mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue