templates/rust: bump to Rust 1.77.2

This commit is contained in:
Harsh Shandilya 2024-04-16 22:36:13 +05:30
parent bd1477dbd3
commit 8d453f9d61
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
rustStable = (import fenix {inherit pkgs;}).fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-e4mlaJehWBymYxJGgnbuCObVlqMlQSilZ8FljG9zPHY=";
sha256 = "sha256-7QfkHty6hSrgNM0fspycYkRcB82eEqYa4CoAJ9qA3tU=";
};
craneLib = (crane.mkLib pkgs).overrideToolchain rustStable;

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "1.76.0"
channel = "1.77.2"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"