mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
stop using a local version of arroy and instead point to the git repo with the rev
This commit is contained in:
parent
163f8023a1
commit
6dde41cc46
3 changed files with 5 additions and 24 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue