diff --git a/ethcore/Cargo.toml b/ethcore/Cargo.toml index 6eb9dec22..207db69fc 100644 --- a/ethcore/Cargo.toml +++ b/ethcore/Cargo.toml @@ -25,6 +25,6 @@ lazy_static = "0.1" [features] jit = ["evmjit"] evm-debug = [] -json-tests = [] +json-tests = [ "heapsize/nightly" ] test-heavy = [] default = [ "heapsize/nightly" ]