Add nimcrypto 0.3.9 dependency.
This commit is contained in:
parent
b235c84bb2
commit
e6c424618d
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
skipDirs = @["tests", "examples", "Nim"]
|
skipDirs = @["tests", "examples", "Nim"]
|
||||||
|
|
||||||
requires "nim > 0.18.0",
|
requires "nim > 0.18.0",
|
||||||
"nimcrypto",
|
"nimcrypto >= 0.3.9",
|
||||||
"chronos"
|
"chronos"
|
||||||
|
|
||||||
task test, "Runs the test suite":
|
task test, "Runs the test suite":
|
||||||
|
|
Loading…
Reference in New Issue