Merge pull request #463 from waalge/main

bump rustc version for nix
This commit is contained in:
Matthias Benkort 2023-03-21 13:00:58 +01:00 committed by GitHub
commit 77f58cf5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
};