From 66f9e1e83c556a9b3378c9d745031772078517d7 Mon Sep 17 00:00:00 2001 From: David Palm Date: Fri, 13 Sep 2019 07:41:16 +0200 Subject: [PATCH] Include test-helpers from ethjson Closes https://github.com/paritytech/parity-ethereum/issues/11044 --- evmbin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evmbin/Cargo.toml b/evmbin/Cargo.toml index 5f2819ec2ee..cc51cee12d8 100644 --- a/evmbin/Cargo.toml +++ b/evmbin/Cargo.toml @@ -16,7 +16,7 @@ docopt = "1.0" env_logger = "0.5" ethcore = { path = "../ethcore", features = ["test-helpers", "json-tests"] } 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"