From 1e249518fe601b012306f429852be66fa0e96c84 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Wed, 15 Jan 2025 17:53:55 +0100 Subject: [PATCH] Upgrade toolchain to 2025-01-15 (#3835) Upgrade Rust toolchain to 2025-01-15 without source changes. We just had to skip over 2025-01-14 as no toolchain was released that day. Resolves: #3834 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 475408e8117b..29c409dc17c1 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-13" +channel = "nightly-2025-01-15" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]