use the lmdb-master.3 branch

This commit is contained in:
Irevoire 2022-11-08 16:28:01 +01:00
parent 24a298a83c
commit c7711daca3
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B
1 changed files with 1 additions and 1 deletions

View File

@ -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"