mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-12 15:24:21 +00:00
Don't use http dependencies in Nimble
This commit is contained in:
parent
bef28a18e5
commit
44adb2a70a
@ -14,7 +14,7 @@ requires "nim >= 0.19.0",
|
|||||||
"stew",
|
"stew",
|
||||||
"result",
|
"result",
|
||||||
"nat_traversal",
|
"nat_traversal",
|
||||||
"https://github.com/status-im/nim-metrics"
|
"metrics"
|
||||||
|
|
||||||
proc runTest(path: string) =
|
proc runTest(path: string) =
|
||||||
echo "\nRunning: ", path
|
echo "\nRunning: ", path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user