fix `ethbloom test` by falling back to rustc-hex

This commit is contained in:
Niklas Adofsson 2018-08-22 18:03:06 +02:00
parent f3a964e934
commit 6a2ca88536
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ serde = { version = "1.0", optional = true }
[dev-dependencies]
rand = { version = "0.4" }
rustc-hex = "2.0"
rustc-hex = "1.0.0"
[features]
default = ["std", "heapsizeof", "serialize", "fixed-hash/libc"]