From 725bc771ffad7165bc5f845fc9dcdbf80a2523bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:40:19 +0100 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-11-30 (#2904) Update Rust toolchain from nightly-2023-11-29 to nightly-2023-11-30 without any other source changes. This is an automatically generated pull request. If any of the CI checks fail, manual intervention is required. In such a case, review the changes at https://github.com/rust-lang/rust from https://github.com/rust-lang/rust/commit/5facb422f8a5a61df515572fe79b02433639d565 up to https://github.com/rust-lang/rust/commit/b10cfcd65fd7f7b1ab9beb34798b2108de003452. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index be9562da31fd..108753847249 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2023-11-29" +channel = "nightly-2023-11-30" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]