fix the benchmarks dependcies

This commit is contained in:
Tamo 2021-07-01 11:38:30 +02:00
parent 056180e6c8
commit fc09d77e89
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
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]