Skip to content

Commit e5b7293

Browse files
committed
build(nix): updating the cargo build.
1 parent 0225003 commit e5b7293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/kilobase.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
rust-bin,
88
}:
99
let
10-
rustVersion = "1.80.0";
10+
rustVersion = "1.85.0"; # Updated to support edition 2024
1111
cargo = rust-bin.stable.${rustVersion}.default;
1212
in
1313
buildPgrxExtension_0_15_0 rec {

0 commit comments

Comments
 (0)