From 5047ffb8e1a0893df1f4bf3d18f1f4504bdb62af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:29:12 -0700 Subject: [PATCH] Automatic toolchain upgrade to nightly-2024-10-24 (#3639) Update Rust toolchain from nightly-2024-10-23 to nightly-2024-10-24 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 81a24faa05c3..7d8a09d4cc6d 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-10-23" +channel = "nightly-2024-10-24" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]