Temporary remove nim-secp256k1 dependency.

This commit is contained in:
cheatfate 2019-02-25 16:08:36 +02:00
parent 39fb9ed2de
commit c5a5c50ca1
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ skipDirs = @["tests", "examples", "Nim"]
requires "nim > 0.18.0",
"nimcrypto",
"chronos",
"secp256k1"
"chronos"
task test, "Runs the test suite":
exec "nim c -r tests/testvarint"