feat(rust): upgrade to 1.79.0

This commit is contained in:
Harsh Shandilya 2024-06-17 00:24:56 +05:30
parent 65d06c3653
commit 869bae5e92
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
rustStable = (import fenix {inherit pkgs;}).fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU=";
sha256 = "sha256-Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU=";
};
craneLib = (crane.mkLib pkgs).overrideToolchain rustStable;