and adding actual dependency

This commit is contained in:
Nikolay Volf 2016-02-18 22:56:21 +03:00
parent 031b15daab
commit beb0da4ff4
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ lazy_static = "0.1"
[features] [features]
jit = ["evmjit"] jit = ["evmjit"]
evm-debug = [] evm-debug = []
json-tests = [] json-tests = [ "heapsize/nightly" ]
test-heavy = [] test-heavy = []
default = [ "heapsize/nightly" ] default = [ "heapsize/nightly" ]