Use the new arroy upgrade method to move from 0.4 to 0.5

This commit is contained in:
Kerollmops
2025-03-11 14:52:46 +01:00
parent 3bc62f0549
commit 1d499ed9b2
6 changed files with 11 additions and 7 deletions

View File

@ -10,7 +10,6 @@ license.workspace = true
[dependencies]
anyhow = "1.0.95"
arroy_v04_to_v05 = { package = "arroy", git = "https://github.com/meilisearch/arroy/", tag = "DO-NOT-DELETE-upgrade-v04-to-v05" }
clap = { version = "4.5.24", features = ["derive"] }
dump = { path = "../dump" }
file-store = { path = "../file-store" }