From 449449e6e9c89834ae811eec1e353481ce920bdf Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Wed, 22 Jan 2025 12:11:57 +0000 Subject: [PATCH] Update toolchain to 2025-01-22 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index df53361b7535..114ca7ffa2aa 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-20" +channel = "nightly-2025-01-22" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]