rCore-Tutorial-v3/rust-toolchain.toml

7 lines
264 B
TOML
Raw Normal View History

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