From f84b3c337cbf2cc8b5f8ee990354216d1716de33 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 16 Sep 2018 00:08:29 +0300 Subject: [PATCH] Don't use HTTP dependencies in Nimble due to nim-lang/nimble#543 --- nimbus.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nimbus.nimble b/nimbus.nimble index e9e64d72f..f625b18e3 100644 --- a/nimbus.nimble +++ b/nimbus.nimble @@ -14,9 +14,9 @@ requires "nim >= 0.18.1", "stint", "rocksdb", "eth_trie", - "https://github.com/status-im/nim-eth-common", + "eth_common", "json_rpc", - "https://github.com/status-im/nim-asyncdispatch2", + "asyncdispatch2", "eth_p2p", "eth_keyfile", "eth_keys"