Skip to content

Commit 9eebd50

Browse files
committed
fix: use correct pgrx 0.16.1 for VectorChord v1.1.0
VectorChord v1.1.0 (tag c68a6ae) uses pgrx =0.16.1 in Cargo.toml, not 0.17.0. The version mismatch caused cargo-pgrx package to crash during CI. Match the actual dependency versions.
1 parent 6015c7a commit 9eebd50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/ext/vectorchord.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
let
99
pname = "vchord";
1010
version = "1.1.0";
11-
rustVersion = "1.90.0";
12-
pgrxVersion = "0.17.0";
11+
rustVersion = "1.88.0";
12+
pgrxVersion = "0.16.1";
1313

1414
cargo = rust-bin.stable.${rustVersion}.default;
1515
mkPgrxExtension = callPackages ../cargo-pgrx/mkPgrxExtension.nix {

0 commit comments

Comments
 (0)