From 977d9096be8ea773fb779f607edf4d6cc1db46ea Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Thu, 4 Apr 2024 12:20:31 +0200 Subject: [PATCH] update toolchain --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 18fb5c049..0de364ea8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2023-12-08" +channel = "nightly-2024-04-03" components = [ "rustfmt", "rustc-dev", "clippy", "rust-src", "llvm-tools-preview" ] -profile = "minimal" \ No newline at end of file +profile = "minimal"