stop using a local version of arroy and instead point to the git repo with the rev

This commit is contained in:
Tamo 2024-09-19 15:25:38 +02:00
parent 163f8023a1
commit 6dde41cc46
3 changed files with 5 additions and 24 deletions

View file

@ -40,7 +40,7 @@ ureq = "2.10.0"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
[dev-dependencies]
arroy = "0.4.0"
arroy = { git = "https://github.com/meilisearch/arroy/", rev = "2386594dfb009ce08821a925ccc89fb8e30bf73d" }
big_s = "1.0.2"
crossbeam = "0.8.4"
insta = { version = "1.39.0", features = ["json", "redactions"] }