Fix evmbin compilation (#8795)
* Fix evmbin compilation * Move features declaration to dependencies
This commit is contained in:
parent
6ecc63002b
commit
5d6a0d4dae
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user