fix the benchmarks dependcies

This commit is contained in:
Tamo
2021-07-01 11:38:30 +02:00
parent 056180e6c8
commit fc09d77e89
2 changed files with 11 additions and 61 deletions

View File

@ -11,7 +11,7 @@ milli = { path = "../milli" }
jemallocator = "0.3.2"
[dev-dependencies]
heed = "*" # we want to use the version milli uses
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.0", default-features = false, features = ["lmdb", "sync-read-txn"] }
criterion = { version = "0.3.4", features = ["html_reports"] }
[build-dependencies]