require minimum of Nim 1.6 (#33)

This commit is contained in:
tersec 2024-02-13 19:05:07 +00:00 committed by GitHub
parent cb1f78d3d5
commit 008de2cd42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2019-2021 Status Research & Development GmbH
# Copyright (c) 2019-2024 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0,
# * MIT license
@ -16,7 +16,7 @@ license = "MIT or Apache License 2.0"
installDirs = @["vendor/whereami/src", "install"]
installFiles = @["libbacktrace_wrapper.c", "libbacktrace_wrapper.cpp", "libbacktrace_wrapper.h", "libbacktrace/wrapper.nim"]
requires "nim >= 1.0"
requires "nim >= 1.6"
before install:
exec "git submodule update --init"