mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-02-08 21:03:39 +08:00
6 lines
178 B
TOML
6 lines
178 B
TOML
[toolchain]
|
|
profile = "minimal"
|
|
channel = "nightly-2022-08-05"
|
|
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
|
|
targets = ["riscv64gc-unknown-none-elf"]
|