implement the upgrade from v1.10 to v1.11 in meilitool

This commit is contained in:
Tamo 2024-10-29 02:46:14 +01:00
parent 362836efb7
commit ddd03e9b37
6 changed files with 150 additions and 25 deletions

View file

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