mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-24 17:20:33 +00:00
Attempt to fix nimble issues.
This commit is contained in:
parent
21af081066
commit
6d8f21b611
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user