Update rust-toolchain.toml

This matches the version actually used by Redox OS. It also supports the
sparse index, which prevents having to clone the crates.io registry git
repo when rust-analyzer tries to run cargo metadata on relibc.
This commit is contained in:
bjorn3
2024-01-25 15:24:47 +01:00
parent af7441e834
commit 619c5f3eb8
+1 -1
View File
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-01-21"
channel = "nightly-2023-09-07"
components = ["rust-src"]