Files
rust-based-os-comp2022/rust-toolchain.toml
YdrMaster 1b44ff002c fix: update rust-toolchain file
fix: remove link_app.S
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-10-20 11:02:23 +08:00

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"]