From 6b2b5cfcca5e5f82321fd88ded5c69cb42545661 Mon Sep 17 00:00:00 2001 From: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:07:42 -0500 Subject: [PATCH] Update Rust toolchain to `nightly-2023-12-18` (#2953) Updates the Rust toolchain to `nightly-2023-12-18`. 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 b4d1d71ec9f8..af9f0d238cc5 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-16" +channel = "nightly-2023-12-18" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]