From 6d8f02e1ce26705dddce48352fe5c9744ee5de8e Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Tue, 10 Oct 2023 21:50:45 +0800 Subject: [PATCH] Bump rust to version 1.75.0-nightly --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 553747b2c..3425f9480 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] profile = "minimal" # use the nightly version of the last stable toolchain, see -channel = "nightly-2022-08-05" +channel = "nightly-2023-10-09" components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]