fix(deps): restore usearch fp16lib (Windows MSVC C1021)

This commit is contained in:
Sam Valladares 2026-06-28 22:53:56 -05:00
parent 41301b32d6
commit 459eb4b79f

View file

@ -139,7 +139,7 @@ candle-core = { version = "0.10.2", optional = true }
# Disable default features so release binaries do not include SimSIMD's
# Haswell+/AVX2/FMA dispatch targets. Those kernels can trigger illegal
# instructions on older x86_64 CPUs that Vestige otherwise supports.
usearch = { version = "=2.23.0", default-features = false, optional = true }
usearch = { version = "=2.23.0", default-features = false, features = ["fp16lib"], optional = true }
# LRU cache for query embeddings
lru = "0.16"