diff --git a/bencher/Cargo.toml b/bencher/Cargo.toml index e851fce6..b8be234f 100644 --- a/bencher/Cargo.toml +++ b/bencher/Cargo.toml @@ -10,7 +10,7 @@ storage = { path = "../storage" } db = { path = "../db" } verification = { path = "../verification" } network = { path = "../network" } -chain = { path = "../chain" } +chain = { path = "../chain", features = ["test-helpers"] } primitives = { path = "../primitives" } test-data = { path = "../test-data" } time = "*"