Skip to content

Commit 7eb1143

Browse files
committed
fix: use Rust 1.90.0 for VectorChord v1.0.0 simd compilation
VectorChord v1.0.0 simd crate uses AVX-512 intrinsics that require Rust >= 1.90.0 for target feature safety (RFC 3525). Same fix as v1.1.0 but applied to the downgraded version. Validated: Nix dry-run eval passes in Docker (linux/amd64).
1 parent 341b150 commit 7eb1143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/ext/vectorchord.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let
99
pname = "vchord";
1010
version = "1.0.0";
11-
rustVersion = "1.88.0";
11+
rustVersion = "1.90.0";
1212
pgrxVersion = "0.16.1";
1313

1414
cargo = rust-bin.stable.${rustVersion}.default;

0 commit comments

Comments
 (0)