aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorsodo <[email protected]>2024-01-02 01:37:00 +0900
committersodo <[email protected]>2024-01-02 13:34:22 +0900
commit6ee153a3e2eec284c0d9d87f31801265c0604f74 (patch)
tree8b801cbd15f9ad5052d5942c731e75736dc9d7eb /rust-toolchain.toml
parentb7cd7952c890f585ff876c622482534e5d58d4a4 (diff)
parent0be9b0599aaf2e425d76ec7852ff4b3535defddf (diff)
Merge remote-tracking branch 'origin'
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 11f53ee4a..a6fe52ee2 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,8 +1,6 @@
1# Before upgrading check that everything is available on all tier1 targets here:
2# https://rust-lang.github.io/rustup-components-history
3[toolchain] 1[toolchain]
4channel = "nightly-2023-11-01" 2channel = "1.75"
5components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
6targets = [ 4targets = [
7 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",
8 "thumbv7m-none-eabi", 6 "thumbv7m-none-eabi",
@@ -11,4 +9,4 @@ targets = [
11 "thumbv8m.main-none-eabihf", 9 "thumbv8m.main-none-eabihf",
12 "riscv32imac-unknown-none-elf", 10 "riscv32imac-unknown-none-elf",
13 "wasm32-unknown-unknown", 11 "wasm32-unknown-unknown",
14] \ No newline at end of file 12]