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 0225003 commit e5b7293Copy full SHA for e5b7293
nix/ext/kilobase.nix
@@ -7,7 +7,7 @@
7
rust-bin,
8
}:
9
let
10
- rustVersion = "1.80.0";
+ rustVersion = "1.85.0"; # Updated to support edition 2024
11
cargo = rust-bin.stable.${rustVersion}.default;
12
in
13
buildPgrxExtension_0_15_0 rec {
0 commit comments