fixed bencher compilation

This commit is contained in:
Svyatoslav Nikolsky 2019-03-20 16:20:00 +03:00
parent 481ad468ce
commit ef9f2eb74c
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "*"