chore: upgrade to Rust 1.80.0

This commit is contained in:
Harsh Shandilya 2024-07-28 01:53:46 +05:30
parent 5581713030
commit 66629c192e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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