Fix nimcrypto dependency.

This commit is contained in:
cheatfate 2018-04-28 09:13:39 +03:00
parent 3fbf1a263c
commit 55c01fbb63
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ skipDirs = @["src", "tests", "Nim", "old_api"]
### Dependencies
requires "nim > 0.18.0", "nimcrypto", "secp256k1"
requires "nim > 0.18.0",
"https://github.com/cheatfate/nimcrypto#master",
"secp256k1"
proc test(name: string, lang: string = "c") =
if not dirExists "build":