require Nim 0.18
This commit is contained in:
parent
946c8270d4
commit
af6f00bd78
|
@ -7,7 +7,7 @@ srcDir = "src"
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
requires "nim >= 0.17.2", "keccak_tiny >= 0.1.0", "ttmath >= 0.1.0", "nimSHA2", "secp256k1"
|
requires "nim >= 0.18.0", "keccak_tiny >= 0.1.0", "ttmath >= 0.1.0", "nimSHA2", "secp256k1"
|
||||||
|
|
||||||
proc test(name: string, lang: string = "cpp") =
|
proc test(name: string, lang: string = "cpp") =
|
||||||
if not dirExists "build":
|
if not dirExists "build":
|
||||||
|
|
Loading…
Reference in New Issue