Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
don't use HTTP dependencies in Nimble due to nim-lang/nimble#543
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Sep 15, 2018
1 parent 84bd2c0 commit 7e5beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_trie.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skipDirs = @["tests"]

requires "nim >= 0.18.1",
"rlp",
"https://github.com/status-im/nim-eth-common",
"eth_common",
"nimcrypto",
"ranges"

Expand Down

0 comments on commit 7e5beb5

Please sign in to comment.