Files
rust-based-os-comp2022/rust-toolchain.toml
2022-11-07 18:30:00 +08:00

6 lines
178 B
TOML

[toolchain]
profile = "minimal"
channel = "nightly-2022-09-16"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]