From ea1e7fcb7b1cddef7f6336248d689b32d03b6060 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 13 May 2024 12:09:36 -0600 Subject: [PATCH] Update Rust toolchain to nightly-2024-05-11 Update toolchain to match the version used in Redox. Signed-off-by: Tim Crawford --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a193b28..d24c015 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-09-07" +channel = "nightly-2024-05-11" components = ["rust-src", "clippy"]