mirror of https://github.com/status-im/nim-eth.git
Don't use http dependencies in nimble
This commit is contained in:
parent
07cf801b97
commit
9876985c5d
|
@ -12,7 +12,7 @@ requires "nim >= 0.19.0",
|
|||
"secp256k1",
|
||||
"rocksdb",
|
||||
"package_visible_types",
|
||||
"https://github.com/status-im/nim-chronos",
|
||||
"chronos",
|
||||
"chronicles"
|
||||
|
||||
proc test(filename: string) =
|
||||
|
|
Loading…
Reference in New Issue