fix: android build failed due to simsimd (#5019)

Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
This commit is contained in:
Zhenchi
2024-11-19 19:21:58 +08:00
committed by GitHub
parent 4d8fe29ea8
commit 2f260d8b27
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ s2 = { version = "0.0.12", optional = true }
serde.workspace = true
serde_json.workspace = true
session.workspace = true
simsimd = "6"
simsimd = "4"
snafu.workspace = true
sql.workspace = true
statrs = "0.16"