mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Cleanup TOML
This commit is contained in:
parent
e507ef5932
commit
b10c060bf7
2 changed files with 5 additions and 6 deletions
|
@ -26,9 +26,8 @@ flatten-serde-json = { path = "../flatten-serde-json" }
|
|||
fst = "0.4.7"
|
||||
fxhash = "0.2.1"
|
||||
geoutils = "0.5.1"
|
||||
grenad = { git = "https://github.com/meilisearch/grenad", branch = "parallel-sorter", default-features = false, features = [
|
||||
"rayon",
|
||||
"tempfile",
|
||||
grenad = { version = "0.4.5", default-features = false, features = [
|
||||
"rayon", "tempfile"
|
||||
] }
|
||||
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.7", default-features = false, features = [
|
||||
"lmdb", "read-txn-no-tls"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue