Fix nimble dependency on asyncdispatch2.

This commit is contained in:
cheatfate 2018-06-17 13:23:18 +03:00 committed by zah
parent 24d762da34
commit 6a961ce0b4

View File

@ -14,7 +14,8 @@ requires "nim > 0.18.0",
"eth_keys",
"ranges",
"stint",
"byteutils"
"byteutils",
"https://github.com/status-im/nim-asyncdispatch2"
proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name