mirror of
https://github.com/status-im/nim-eth-keys.git
synced 2025-02-08 15:34:40 +00:00
Fix nimcrypto dependency.
This commit is contained in:
parent
3fbf1a263c
commit
55c01fbb63
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user