We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e9418 commit adad4a6Copy full SHA for adad4a6
nix/cargo-pgrx/default.nix
@@ -8,7 +8,7 @@
8
, rust-bin
9
}:
10
let
11
- rustVersion = "1.80.0";
+ rustVersion = "1.76.0";
12
rustPlatform = makeRustPlatform {
13
cargo = rust-bin.stable.${rustVersion}.default;
14
rustc = rust-bin.stable.${rustVersion}.default;
nix/ext/wrappers/default.nix
@@ -11,8 +11,8 @@
15
- rust = rust-bin.stable.${rustVersion}.default;
+ cargo = rust-bin.stable.${rustVersion}.default;
16
in
17
buildPgrxExtension_0_11_3 rec {
18
pname = "supabase-wrappers";
0 commit comments