rCore-Tutorial-v3/rust-toolchain.toml

7 lines
256 B
TOML
Raw Permalink Normal View History

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