mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-07 05:06:31 +00:00
fix the cellulite spilling bug
This commit is contained in:
@ -18,8 +18,8 @@ bincode = "1.3.3"
|
||||
bstr = "1.12.0"
|
||||
bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
|
||||
byteorder = "1.5.0"
|
||||
# cellulite = { path = "../../../cellulite" }
|
||||
cellulite = "0.1.0"
|
||||
cellulite = { path = "../../../cellulite" }
|
||||
# cellulite = "0.1.0"
|
||||
steppe = "0.4.0"
|
||||
charabia = { version = "0.9.6", default-features = false }
|
||||
concat-arrays = "0.1.2"
|
||||
@ -114,6 +114,7 @@ utoipa = { version = "5.4.0", features = [
|
||||
] }
|
||||
lru = "0.14.0"
|
||||
geo-types = "0.7.16"
|
||||
zerometry = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
mimalloc = { version = "0.1.47", default-features = false }
|
||||
|
Reference in New Issue
Block a user