From 8a11c73fdb99cc4b87a450976478f57e0389ba72 Mon Sep 17 00:00:00 2001 From: tautschnig <1144736+tautschnig@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:51:55 +0000 Subject: [PATCH] Upgrade Rust toolchain to nightly-2024-01-25 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fb0f45b321b4..b316f181bdac 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2024-01-24" +channel = "nightly-2024-01-25" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]