[ethbloom] Fix forgotten default feature "heapsizeof" => "heapsize"

This commit is contained in:
Herobird 2018-11-12 20:21:09 +01:00
parent ab87602abf
commit 9be7fc6497
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ rand = { version = "0.4" }
hex-literal = "0.1.1"
[features]
default = ["std", "heapsizeof", "serialize", "fixed-hash/libc", "fixed-hash/rustc-hex"]
default = ["std", "heapsize", "serialize", "fixed-hash/libc", "fixed-hash/rustc-hex"]
std = ["fixed-hash/std", "crunchy/std"]
heapsize = ["fixed-hash/heapsize"]
serialize = ["std", "ethereum-types-serialize", "serde"]