From 89a41d2e4c1d02e4ba76b71a33cddeb70e39e4d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:32:19 +0100 Subject: [PATCH] Automatic toolchain upgrade to nightly-2025-01-12 (#3831) Update Rust toolchain from nightly-2025-01-11 to nightly-2025-01-12 without any other source changes. Co-authored-by: tautschnig <1144736+tautschnig@users.noreply.github.com> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 865fbf2a6c96..aa9ccb57ae27 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2025-01-11" +channel = "nightly-2025-01-12" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]