From c1c5b46ca7fa637603b51e277793ff20b3a57c94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 07:49:12 -0500 Subject: [PATCH] Automatic toolchain upgrade to nightly-2024-12-14 (#3780) Update Rust toolchain from nightly-2024-12-13 to nightly-2024-12-14 without any other source changes. Co-authored-by: celinval <35149715+celinval@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 f7fb65c37ec5..c4f751d10526 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-12-13" +channel = "nightly-2024-12-14" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]