[verification]: make test-build compile standalone (#11495)
This commit makes `cargo test -p verification` work again, by using `common-types` with the `test-helpers` feature
This commit is contained in:
parent
a4aef98acd
commit
ff78f4318a
@ -32,6 +32,7 @@ triehash = { package = "triehash-ethereum", version = "0.2", path = "../../util
|
|||||||
unexpected = { path = "../../util/unexpected" }
|
unexpected = { path = "../../util/unexpected" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
common-types = { path = "../types", features = ["test-helpers"] }
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
ethcore = { path = "../", features = ["test-helpers"] }
|
ethcore = { path = "../", features = ["test-helpers"] }
|
||||||
parity-crypto = { version = "0.5.0", features = ["publickey"] }
|
parity-crypto = { version = "0.5.0", features = ["publickey"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user