[ethbloom]: Rename heapsizeof crate feature to heapsize

This commit is contained in:
Herobird 2018-11-12 20:20:08 +01:00
parent 91c88f3689
commit 5539e76da8
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ hex-literal = "0.1.1"
[features]
default = ["std", "heapsizeof", "serialize", "fixed-hash/libc", "fixed-hash/rustc-hex"]
std = ["fixed-hash/std"]
heapsizeof = ["fixed-hash/heapsize"]
heapsize = ["fixed-hash/heapsize"]
serialize = ["std", "ethereum-types-serialize", "serde"]