From c7711daca349c6ebcca616f790f0217313438651 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Tue, 8 Nov 2022 16:28:01 +0100 Subject: [PATCH] use the lmdb-master.3 branch --- milli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index c7c780dd4..9adc5fbe2 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -18,7 +18,7 @@ fst = "0.4.7" fxhash = "0.2.1" geoutils = "0.5.1" grenad = { version = "0.4.3", default-features = false, features = ["tempfile"] } -heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.3", default-features = false, features = ["lmdb", "sync-read-txn"] } +heed = { git = "https://github.com/meilisearch/heed", branch = "lmdb-master-3", default-features = false, features = ["lmdb", "sync-read-txn"] } json-depth-checker = { path = "../json-depth-checker" } levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] } memmap2 = "0.5.7"