Cleanup TOML

This commit is contained in:
Clément Renault 2023-11-01 13:55:18 +01:00
parent e507ef5932
commit b10c060bf7
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 5 additions and 6 deletions

View file

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