7 lines
305 B
TOML
7 lines
305 B
TOML
# One should also update osdk/src/commands/new/rust-toolchain.toml.template
|
|
# when updating this
|
|
[toolchain]
|
|
channel = "nightly-2025-12-06"
|
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
|
targets = ["x86_64-unknown-none", "riscv64imac-unknown-none-elf", "loongarch64-unknown-none-softfloat"]
|