mirror of https://github.com/vacp2p/nim-libp2p.git
Temporary remove nim-secp256k1 dependency.
This commit is contained in:
parent
39fb9ed2de
commit
c5a5c50ca1
|
@ -9,8 +9,7 @@ skipDirs = @["tests", "examples", "Nim"]
|
||||||
|
|
||||||
requires "nim > 0.18.0",
|
requires "nim > 0.18.0",
|
||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
"chronos",
|
"chronos"
|
||||||
"secp256k1"
|
|
||||||
|
|
||||||
task test, "Runs the test suite":
|
task test, "Runs the test suite":
|
||||||
exec "nim c -r tests/testvarint"
|
exec "nim c -r tests/testvarint"
|
||||||
|
|
Loading…
Reference in New Issue