mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
implement the upgrade from v1.10 to v1.11 in meilitool
This commit is contained in:
parent
362836efb7
commit
ddd03e9b37
6 changed files with 150 additions and 25 deletions
|
@ -18,3 +18,5 @@ meilisearch-types = { path = "../meilisearch-types" }
|
|||
serde = { version = "1.0.209", features = ["derive"] }
|
||||
time = { version = "0.3.36", features = ["formatting"] }
|
||||
uuid = { version = "1.10.0", features = ["v4"], default-features = false }
|
||||
arroy_v04_to_v05 = { package = "arroy", git = "https://github.com/meilisearch/arroy/", rev = "3908c9e" }
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ license.workspace = true
|
|||
bimap = { version = "0.6.3", features = ["serde"] }
|
||||
bincode = "1.3.3"
|
||||
bstr = "1.9.1"
|
||||
bytemuck = { version = "1.16.1", features = ["extern_crate_alloc"] }
|
||||
bytemuck = { version = "1.18.0", features = ["extern_crate_alloc"] }
|
||||
byteorder = "1.5.0"
|
||||
charabia = { version = "0.9.1", default-features = false }
|
||||
concat-arrays = "0.1.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue