mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
Merge #346
346: remove unused grenad default features r=Kerollmops a=MarinPostma Milli is not using any of grenad default features, and it's zstd feature creates conflict with meilisearch. This pr simply remove the unused features. Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
a0b3620b05
@ -15,7 +15,7 @@ either = "1.6.1"
|
||||
flate2 = "1.0.20"
|
||||
fst = "0.4.5"
|
||||
fxhash = "0.2.1"
|
||||
grenad = "0.3.0"
|
||||
grenad = { version = "0.3.0", default-features = false }
|
||||
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…
Reference in New Issue
Block a user