Files
RedBear-OS/rust-toolchain.toml
T
bjorn3 619c5f3eb8 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.
2024-01-25 15:24:50 +01:00

4 lines
69 B
TOML

[toolchain]
channel = "nightly-2023-09-07"
components = ["rust-src"]