From cf2dcf363b27c9377bde2a691927cc65750b731f Mon Sep 17 00:00:00 2001 From: moana Date: Tue, 13 Feb 2024 11:24:28 +0100 Subject: [PATCH] Update toolchain to nightly-2023-11-10 --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index de54b29a..e4ada996 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-05-24" -components = ["rustfmt", "clippy"] \ No newline at end of file +channel = "nightly-2023-11-10" +components = ["rustfmt", "clippy"]