From 0e40257a654d0d836cb8811158d87f51e508bd36 Mon Sep 17 00:00:00 2001 From: celinval Date: Mon, 17 Apr 2023 02:38:55 +0000 Subject: [PATCH] Upgrade Rust toolchain to nightly-2023-02-17 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index aeae6f8d56ca..621fdb226fe7 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-02-16" +channel = "nightly-2023-02-17" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]