[ethbloom] Remove rustc-hex dependency

This commit is contained in:
Herobird 2018-11-30 17:58:48 +01:00
parent ff7b5c8158
commit 6db964fd53
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ repository = "https://github.com/paritytech/primitives"
[dependencies]
tiny-keccak = "1.4"
crunchy = { version = "0.2.1", default-features = false, features = ["limit_256"] }
rustc-hex = { version = "2.0" }
fixed-hash = { version = "0.3", default_features = false }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
serde = { version = "1.0", optional = true }