Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
[evmbin] fix build (#11095)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored and s3krit committed Sep 26, 2019
1 parent a44fad0 commit badb045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evmbin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit badb045

Please sign in to comment.