This commit is contained in:
goueslati
2023-07-10 16:54:48 +01:00
parent 8a811cfcf7
commit 4aca7c8811
8 changed files with 255 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "nightly-2023-06-28"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
targets = [
"thumbv7em-none-eabi",
"thumbv7m-none-eabi",