mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Move to heed 0.22 and arroy 0.6
This commit is contained in:
parent
5ef7767429
commit
5fe02ab5e0
2 changed files with 12 additions and 7 deletions
|
@ -32,7 +32,7 @@ grenad = { version = "0.5.0", default-features = false, features = [
|
|||
"rayon",
|
||||
"tempfile",
|
||||
] }
|
||||
heed = { version = "0.22.0", branch = "main", git = "https://github.com/meilisearch/heed", default-features = false, features = [
|
||||
heed = { version = "0.22.0", default-features = false, features = [
|
||||
"serde-json",
|
||||
"serde-bincode",
|
||||
] }
|
||||
|
@ -87,7 +87,7 @@ rhai = { git = "https://github.com/rhaiscript/rhai", rev = "ef3df63121d27aacd838
|
|||
"no_time",
|
||||
"sync",
|
||||
] }
|
||||
arroy = { git = "https://github.com/meilisearch/arroy", branch = "main" }
|
||||
arroy = "0.6.0"
|
||||
rand = "0.8.5"
|
||||
tracing = "0.1.41"
|
||||
ureq = { version = "2.12.1", features = ["json"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue