From ec87bf3dd5dc58f2a0d474972dae4f633ba4af05 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Thu, 1 Jul 2021 11:45:05 +0200 Subject: [PATCH] Update benchmarks/Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index d47becca6..4e0b0d00c 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -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]