mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-02-04 19:14:21 +00:00
Added eth_common to dependencies
This commit is contained in:
parent
11fbe60ba4
commit
695331737a
@ -16,7 +16,9 @@ requires "nim > 0.18.0",
|
||||
"stint",
|
||||
"byteutils",
|
||||
"chronicles",
|
||||
"https://github.com/status-im/nim-asyncdispatch2"
|
||||
"https://github.com/status-im/nim-asyncdispatch2",
|
||||
"https://github.com/status-im/nim-eth-common"
|
||||
|
||||
|
||||
proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user