mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Remove the zstd dependency
This commit is contained in:
parent
abe29772db
commit
b1f5a72d0d
2 changed files with 52 additions and 123 deletions
|
@ -132,7 +132,7 @@ reqwest = { version = "0.11.23", features = [
|
|||
sha-1 = { version = "0.10.1", optional = true }
|
||||
static-files = { version = "0.2.3", optional = true }
|
||||
tempfile = { version = "3.9.0", optional = true }
|
||||
zip = { version = "0.6.6", optional = true }
|
||||
zip = { version = "1.3.1", features = ["deflate"], default-features = false, optional = true }
|
||||
|
||||
[features]
|
||||
default = ["analytics", "meilisearch-types/all-tokenizations", "mini-dashboard"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue