mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-14 00:44:51 +00:00
Fix nimble dependency on asyncdispatch2.
This commit is contained in:
parent
24d762da34
commit
6a961ce0b4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user