From d5f8ff25aaf8bd3afaefcf35f80b1fce3f91c492 Mon Sep 17 00:00:00 2001 From: celinval Date: Wed, 25 Oct 2023 03:15:28 +0000 Subject: [PATCH] Upgrade Rust toolchain to nightly-2023-10-20 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3e61b8308939..0762784d9e34 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-19" +channel = "nightly-2023-10-20" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]