Skip to content

Commit

Permalink
Merge pull request #463 from waalge/main
Browse files Browse the repository at this point in the history
bump rustc version for nix
  • Loading branch information
KtorZ committed Mar 21, 2023
2 parents 6e5b24a + 8be95e6 commit 77f58cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -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;
};

Expand Down

0 comments on commit 77f58cf

Please sign in to comment.