From ba55d00df0bce65afd608b1864dd8ce1c867a9f4 Mon Sep 17 00:00:00 2001 From: "Felipe R. Monteiro" Date: Thu, 12 Oct 2023 18:50:45 +0000 Subject: [PATCH] Upgrade Rust toolchain to nightly-2023-10-12 Signed-off-by: Felipe R. Monteiro --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e2a63b2268f3..93d71dce8363 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-10-10" +channel = "nightly-2023-10-12" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]