[evmbin] fix build (#11095)

This commit is contained in:
Andronik Ordian 2019-09-26 14:47:28 +02:00 committed by s3krit
parent a44fad04fa
commit badb04502f
1 changed files with 1 additions and 1 deletions

View File

@ -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"