ethbloom crate

This commit is contained in:
debris 2018-01-05 17:42:29 +01:00
parent 7bae79915d
commit f1e6fbee9e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description = "Fixed-size hashes"
[dependencies]
heapsize = { version = "0.4", optional = true }
libc = { version = "0.2", default-features = false }
rand = { version = "0.3", optional = true }
rand = { version = "0.4", optional = true }
rustc-hex = { version = "1.0", optional = true }
[features]