rCore-Tutorial-v3/rust-toolchain.toml
2024-05-10 21:18:34 +08:00

7 lines
256 B
TOML

[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2024-05-01"
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]