diff --git a/evmbin/Cargo.toml b/evmbin/Cargo.toml index 57ed25289..3cb733e0b 100644 --- a/evmbin/Cargo.toml +++ b/evmbin/Cargo.toml @@ -14,7 +14,7 @@ docopt = "1.0" env_logger = "0.5" ethcore = { path = "../ethcore", features = ["test-helpers", "json-tests", "to-pod-full"] } ethereum-types = "0.6.0" -ethjson = { path = "../json" } +ethjson = { path = "../json", features = ["test-helpers"] } evm = { path = "../ethcore/evm" } panic_hook = { path = "../util/panic-hook" } parity-bytes = "0.1"