require Nim 0.18

This commit is contained in:
mratsim 2018-03-02 10:11:55 +01:00
parent 946c8270d4
commit af6f00bd78
1 changed files with 1 additions and 1 deletions

View File

@ -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":