Skip to content

Commit f84b3c3

Browse files
committed
Don't use HTTP dependencies in Nimble due to nim-lang/nimble#543
1 parent 7ba90fd commit f84b3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nimbus.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ requires "nim >= 0.18.1",
1414
"stint",
1515
"rocksdb",
1616
"eth_trie",
17-
"https://github.com/status-im/nim-eth-common",
17+
"eth_common",
1818
"json_rpc",
19-
"https://github.com/status-im/nim-asyncdispatch2",
19+
"asyncdispatch2",
2020
"eth_p2p",
2121
"eth_keyfile",
2222
"eth_keys"

0 commit comments

Comments
 (0)