Skip to content

Commit

Permalink
chore(toolchain): update toolchain file to be compatible with latest …
Browse files Browse the repository at this point in the history
…rust

Signed-off-by: Haobo Gu <haobogu@outlook.com>
  • Loading branch information
HaoboGu committed Jan 18, 2024
1 parent e7be62f commit 8c665f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[toolchain]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
components = ["rust-src", "rustfmt", "llvm-tools"]
targets = [
"thumbv7em-none-eabi",
"thumbv7m-none-eabi",
"thumbv6m-none-eabi",
"thumbv7em-none-eabihf",
"thumbv8m.main-none-eabihf",
"riscv32imac-unknown-none-elf",
]

0 comments on commit 8c665f9

Please sign in to comment.