From fd0b9f04e4803fef455c5e8711f5fa20d1a8bbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 18 Sep 2023 19:17:27 +0200 Subject: [PATCH] chore: upgrade to nightly-2023-09-15 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 439ceac099..ff75f308f0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-09-01" +channel = "nightly-2023-09-15" components = [ "llvm-tools", "rust-src",