From 00671d14395c63f8ea3efd32ff3a30d6d129ee38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:08:51 -0800 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-12-10 (#2930) Update Rust toolchain from nightly-2023-12-09 to nightly-2023-12-10 without any other source changes. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 939fc4cce88a..abe4b8710c5e 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-12-09" +channel = "nightly-2023-12-10" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]