feature dep for heapsize

This commit is contained in:
Nikolay Volf
2016-02-18 22:06:59 +03:00
parent 198119466b
commit 8b4278aeaa
4 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ log = "0.3"
env_logger = "0.3"
rustc-serialize = "0.3"
rocksdb = "0.3"
heapsize = "0.3"
heapsize = { git = "https://github.com/nikvolf/heapsize" }
rust-crypto = "0.2.34"
time = "0.1"
ethcore-util = { path = "../util" }
@@ -27,3 +27,4 @@ jit = ["evmjit"]
evm-debug = []
json-tests = []
test-heavy = []
default = [ "heapsize/nightly" ]