Skip to content

Commit adad4a6

Browse files
committed
rust versions in devshell + try to make wrappers build again
1 parent 25e9418 commit adad4a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nix/cargo-pgrx/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
, rust-bin
99
}:
1010
let
11-
rustVersion = "1.80.0";
11+
rustVersion = "1.76.0";
1212
rustPlatform = makeRustPlatform {
1313
cargo = rust-bin.stable.${rustVersion}.default;
1414
rustc = rust-bin.stable.${rustVersion}.default;

nix/ext/wrappers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
, rust-bin
1212
}:
1313
let
14-
rustVersion = "1.80.0";
15-
rust = rust-bin.stable.${rustVersion}.default;
14+
rustVersion = "1.76.0";
15+
cargo = rust-bin.stable.${rustVersion}.default;
1616
in
1717
buildPgrxExtension_0_11_3 rec {
1818
pname = "supabase-wrappers";

0 commit comments

Comments
 (0)