We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3644535 commit 2c2d832Copy full SHA for 2c2d832
rust-toolchain.toml
@@ -1,8 +1,12 @@
1
# Before upgrading check that everything is available on all tier1 targets here:
2
# https://rust-lang.github.io/rustup-components-history
3
[toolchain]
4
-channel = "nightly-2025-02-17"
5
-components = [ "rust-src", "rustfmt" ]
+channel = "1.85"
+components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
6
targets = [
7
- "thumbv7em-none-eabi"
+ "thumbv8m.main-none-eabihf",
8
+ "thumbv7em-none-eabi",
9
+ "thumbv7em-none-eabihf",
10
+ "thumbv6m-none-eabi",
11
+ "riscv32imc-unknown-none-elf",
12
]
0 commit comments