mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
flake: bump MSRV to 1.82
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
default = pkgsFor.${system}.pkgs.mkShell {
|
||||
packages = build_deps ++ gnu_testing_deps;
|
||||
|
||||
RUSTC_VERSION = "1.75";
|
||||
RUSTC_VERSION = "1.82";
|
||||
LIBCLANG_PATH = pkgsFor.${system}.lib.makeLibraryPath [pkgsFor.${system}.llvmPackages_latest.libclang.lib];
|
||||
shellHook = ''
|
||||
export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin
|
||||
|
||||
Reference in New Issue
Block a user