aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain-nightly.toml
blob: d3e88c7e12c0aa3d11b5b06203e96fd10905b9a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[toolchain]
channel = "nightly-2025-08-05"
components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ]
targets = [
    "thumbv7em-none-eabi",
    "thumbv7m-none-eabi",
    "thumbv6m-none-eabi",
    "thumbv7em-none-eabihf",
    "thumbv8m.main-none-eabihf",
    "riscv32imac-unknown-none-elf",
    "wasm32-unknown-unknown",
    "armv7a-none-eabi",
]