mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Enable the grenad tempfile feature back
This commit is contained in:
parent
772e55d174
commit
20ad43b908
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ either = "1.6.1"
|
|||
flate2 = "1.0.20"
|
||||
fst = "0.4.5"
|
||||
fxhash = "0.2.1"
|
||||
grenad = { version = "0.3.0", default-features = false }
|
||||
grenad = { version = "0.3.0", default-features = false, features = ["tempfile"] }
|
||||
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
|
||||
human_format = "1.0.3"
|
||||
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue