Add proper dependency for nimble file.

This commit is contained in:
cheatfate 2019-11-06 13:59:03 +02:00
parent 80e128b0d9
commit 73a309027f
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ requires "nim > 0.19.4",
"secp256k1",
"nimcrypto >= 0.4.1",
"chronos >= 2.3.1",
"bearssl",
"bearssl >= 0.1.3",
"chronicles >= 0.7.0"
proc runTest(filename: string) =