Skip to content

Commit af460da

Browse files
author
Charlie Root
committed
flake: update MSRV to 1.82
1 parent 2ac7c6a commit af460da

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
@@ -49,7 +49,7 @@
4949
default = pkgsFor.${system}.pkgs.mkShell {
5050
packages = build_deps ++ gnu_testing_deps;
5151

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

0 commit comments

Comments
 (0)