Don't use HTTP dependencies in Nimble due to nim-lang/nimble#543
This commit is contained in:
parent
d30dce9d53
commit
2785dcdd19
|
@ -16,8 +16,8 @@ requires "nim > 0.18.0",
|
|||
"stint",
|
||||
"byteutils",
|
||||
"chronicles",
|
||||
"https://github.com/status-im/nim-asyncdispatch2",
|
||||
"https://github.com/status-im/nim-eth-common"
|
||||
"asyncdispatch2",
|
||||
"eth_common"
|
||||
|
||||
proc runTest(name: string, lang = "c") = exec "nim " & lang & " --experimental:ForLoopMacros -r tests/" & name
|
||||
|
||||
|
|
Loading…
Reference in New Issue