feature dep for heapsize
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user