From d29e937f7e1f246f069c001ab60846c74046630c Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:40:46 +0200 Subject: [PATCH] Update Rust to 1.80.1 (#33008) * Update rust to 1.80.1 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update shell.nix Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- etc/shell.nix | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/shell.nix b/etc/shell.nix index aeae9228b55..fd83cd358f2 100644 --- a/etc/shell.nix +++ b/etc/shell.nix @@ -10,7 +10,7 @@ with import (builtins.fetchTarball { overlays = [ (import (builtins.fetchTarball { # Bumped the channel in rust-toolchain.toml? Bump this commit too! - url = "https://github.com/oxalica/rust-overlay/archive/8b81b8ed00b20fd57b24adcb390bd96ea81ecd90.tar.gz"; + url = "https://github.com/oxalica/rust-overlay/archive/65e3dc0fe079fe8df087cd38f1fe6836a0373aad.tar.gz"; })) ]; config = { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 25c7f52f345..f564f1958d4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] # Be sure to update etc/shell.nix when bumping this! -channel = "1.80.0" +channel = "1.80.1" components = [ # For support/crown