diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-21 14:57:49 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-21 15:03:57 +0100 |
| commit | 8b36a32ed5d834b23e970d5b723dd7df1f1c94a2 (patch) | |
| tree | fc64810b57db758d98dc3424dd4ae40818fa71f2 /rust-toolchain-nightly.toml | |
| parent | 530ead5fdeba97dd7d84798463436d1c75bbe96e (diff) | |
ci: use beta, add secondary nightly ci.
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 | ] | ||
