From 7a0c000fb0a58777b0653d5776e69f5656963638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 1 Dec 2023 18:42:32 +0100 Subject: [PATCH] chore: update Rust to `nightly-2023-12-01` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 540edc60db..ebae252ef5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-11-15" +channel = "nightly-2023-12-01" components = [ "llvm-tools", "rust-src",