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