275: Fix the benchmarks dependencies r=Kerollmops a=irevoire

Import exactly the same dependency as milli instead of a wildcard that can do anything

Co-authored-by: Tamo <tamo@meilisearch.com>
Co-authored-by: Irevoire <irevoire@protonmail.ch>
This commit is contained in:
bors[bot] 2021-07-01 11:07:01 +00:00 committed by GitHub
commit f25f454bd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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" }
criterion = { version = "0.3.4", features = ["html_reports"] }
[build-dependencies]