Attempt to fix nimble issues.

This commit is contained in:
cheatfate 2019-10-23 13:27:51 +03:00
parent 21af081066
commit 6d8f21b611
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ description = "LibP2P implementation"
license = "MIT"
skipDirs = @["tests", "examples", "Nim"]
requires "nim > 0.18.0",
requires "nim > 0.19.4",
"secp256k1",
"nimcrypto >= 0.4.1",
"chronos",
"chronos >= 2.3.1",
"bearssl",
"chronicles"
"chronicles >= 0.7.0"
proc runTest(filename: string) =
exec "nim c -r tests/" & filename