mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-13 18:27:10 +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"
|
license = "MIT"
|
||||||
skipDirs = @["tests", "examples", "Nim"]
|
skipDirs = @["tests", "examples", "Nim"]
|
||||||
|
|
||||||
requires "nim > 0.18.0",
|
requires "nim > 0.19.4",
|
||||||
"secp256k1",
|
"secp256k1",
|
||||||
"nimcrypto >= 0.4.1",
|
"nimcrypto >= 0.4.1",
|
||||||
"chronos",
|
"chronos >= 2.3.1",
|
||||||
"bearssl",
|
"bearssl",
|
||||||
"chronicles"
|
"chronicles >= 0.7.0"
|
||||||
|
|
||||||
proc runTest(filename: string) =
|
proc runTest(filename: string) =
|
||||||
exec "nim c -r tests/" & filename
|
exec "nim c -r tests/" & filename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user