Require Nim v1.2.0 or higher

As of `2b823bde68cfb5efbe145945e8c17593f44eda5a` this is required due to https://github.com/status-im/nim-secp256k1/issues/20
This commit is contained in:
Oskar Thoren 2020-04-14 13:26:12 +08:00 committed by Dmitriy Ryajov
parent eaa73ae6e8
commit 4d1fc9dacd
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ description = "LibP2P implementation"
license = "MIT"
skipDirs = @["tests", "examples", "Nim"]
requires "nim > 0.19.4",
requires "nim >= 1.2.0",
"secp256k1",
"nimcrypto >= 0.4.1",
"chronos >= 2.3.8",
"bearssl >= 0.1.4",
"chronicles >= 0.7.1",
"chronos >= 2.3.8",