chore: update to rust 1.79 (#2138)

This commit is contained in:
Ellie Huxtable 2024-06-13 17:48:24 +01:00 committed by GitHub
parent 91bda421c5
commit efcb5dbd97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
fenix.packages.${system}.fromToolchainFile fenix.packages.${system}.fromToolchainFile
{ {
file = ./rust-toolchain.toml; file = ./rust-toolchain.toml;
sha256 = "sha256-opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU="; sha256 = "sha256-Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU=";
}; };
in in
pkgs.makeRustPlatform { pkgs.makeRustPlatform {

View File

@ -1,2 +1,2 @@
[toolchain] [toolchain]
channel = "1.78" channel = "1.79"