Add nimcrypto 0.3.9 dependency.

This commit is contained in:
cheatfate 2019-03-02 21:20:30 +02:00
parent b235c84bb2
commit e6c424618d
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ license = "MIT"
skipDirs = @["tests", "examples", "Nim"]
requires "nim > 0.18.0",
"nimcrypto",
"nimcrypto >= 0.3.9",
"chronos"
task test, "Runs the test suite":