tool: Update Rust toolchain to nightly-2024-05-11

Update toolchain to match the version used in Redox.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-05-13 11:46:52 -06:00
committed by Jeremy Soller
parent 09c5a3b5f0
commit 8382c81b9d

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-09-07"
channel = "nightly-2024-05-11"
components = ["rust-src"]