Skip to content

Commit ae9cb60

Browse files
author
Charlie Root
committed
flake: bump MSRV to 1.82
1 parent 3b99bc1 commit ae9cb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
default = pkgsFor.${system}.pkgs.mkShell {
4949
packages = build_deps ++ gnu_testing_deps;
5050

51-
RUSTC_VERSION = "1.75";
51+
RUSTC_VERSION = "1.82";
5252
LIBCLANG_PATH = pkgsFor.${system}.lib.makeLibraryPath [pkgsFor.${system}.llvmPackages_latest.libclang.lib];
5353
shellHook = ''
5454
export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin

0 commit comments

Comments
 (0)