Update benchmarks/Cargo.toml

Co-authored-by: Clément Renault <renault.cle@gmail.com>
This commit is contained in:
Irevoire 2021-07-01 11:45:05 +02:00 committed by GitHub
parent fc09d77e89
commit ec87bf3dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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