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

Commit badb045

Browse files
Andronik Ordians3krit
authored andcommitted
[evmbin] fix build (#11095)
1 parent a44fad0 commit badb045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evmbin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docopt = "1.0"
1414
env_logger = "0.5"
1515
ethcore = { path = "../ethcore", features = ["test-helpers", "json-tests", "to-pod-full"] }
1616
ethereum-types = "0.6.0"
17-
ethjson = { path = "../json" }
17+
ethjson = { path = "../json", features = ["test-helpers"] }
1818
evm = { path = "../ethcore/evm" }
1919
panic_hook = { path = "../util/panic-hook" }
2020
parity-bytes = "0.1"

0 commit comments

Comments
 (0)