diff options
Diffstat (limited to 'rust-toolchain-nightly.toml')
| -rw-r--r-- | rust-toolchain-nightly.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rust-toolchain-nightly.toml b/rust-toolchain-nightly.toml new file mode 100644 index 000000000..b8a7db353 --- /dev/null +++ b/rust-toolchain-nightly.toml | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | [toolchain] | ||
| 2 | channel = "nightly-2023-12-20" | ||
| 3 | components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] | ||
| 4 | targets = [ | ||
| 5 | "thumbv7em-none-eabi", | ||
| 6 | "thumbv7m-none-eabi", | ||
| 7 | "thumbv6m-none-eabi", | ||
| 8 | "thumbv7em-none-eabihf", | ||
| 9 | "thumbv8m.main-none-eabihf", | ||
| 10 | "riscv32imac-unknown-none-elf", | ||
| 11 | "wasm32-unknown-unknown", | ||
| 12 | ] | ||
