2022-07-25 11:47:07 +08:00
|
|
|
[toolchain]
|
|
|
|
profile = "minimal"
|
2022-10-20 11:51:02 +08:00
|
|
|
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
|
2024-05-02 11:04:17 +08:00
|
|
|
channel = "nightly-2024-05-01"
|
2024-01-26 22:09:29 +08:00
|
|
|
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
|
2024-05-02 11:04:17 +08:00
|
|
|
targets = ["riscv64gc-unknown-none-elf"]
|