Use a patch version of arroy to disable simd

This commit is contained in:
Clément Renault
2025-06-26 16:54:18 +02:00
parent 94b43001db
commit 80d7aa7bdc
2 changed files with 3 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ rhai = { git = "https://github.com/rhaiscript/rhai", rev = "ef3df63121d27aacd838
"no_time",
"sync",
] }
arroy = "0.6.1"
arroy = { git = "https://github.com/meilisearch/arroy", branch = "no-simd-x86-arroy" }
rand = "0.8.5"
tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] }