bump rustc version

This commit is contained in:
waalge 2023-03-21 11:38:07 +00:00
parent 6e5b24a937
commit 8be95e6961
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
deno = unstable.legacyPackages.${system}.deno;
rustPkgs = pkgs.rustBuilder.makePackageSet {
rustVersion = "1.64.0";
rustVersion = "1.66.1";
packageFun = import ./Cargo.nix;
};