Skip to content

Commit

Permalink
bump rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
waalge committed Mar 21, 2023
1 parent 6e5b24a commit 8be95e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
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 8be95e6

Please sign in to comment.