Fix evmbin compilation (#8795)

* Fix evmbin compilation

* Move features declaration to dependencies
This commit is contained in:
Wei Tang 2018-06-05 20:40:50 +08:00 committed by Marek Kotewicz
parent 6ecc63002b
commit 5d6a0d4dae

View File

@ -10,7 +10,7 @@ path = "./src/main.rs"
[dependencies]
docopt = "0.8"
ethcore = { path = "../ethcore" }
ethcore = { path = "../ethcore", features = ["test-helpers"] }
ethjson = { path = "../json" }
ethcore-bytes = { path = "../util/bytes" }
ethcore-transaction = { path = "../ethcore/transaction" }