mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-27 23:25:05 +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",
|
"eth_keys",
|
||||||
"ranges",
|
"ranges",
|
||||||
"stint",
|
"stint",
|
||||||
"byteutils"
|
"byteutils",
|
||||||
|
"https://github.com/status-im/nim-asyncdispatch2"
|
||||||
|
|
||||||
proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name
|
proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user