[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:
Niklas Adolfsson 2020-02-15 23:32:21 +01:00 committed by GitHub
parent a4aef98acd
commit ff78f4318a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ triehash = { package = "triehash-ethereum", version = "0.2", path = "../../util
unexpected = { path = "../../util/unexpected" }
[dev-dependencies]
common-types = { path = "../types", features = ["test-helpers"] }
criterion = "0.3"
ethcore = { path = "../", features = ["test-helpers"] }
parity-crypto = { version = "0.5.0", features = ["publickey"] }