Skip to content

Commit 890848d

Browse files
fix rust toolchain
1 parent 5ccc2b2 commit 890848d

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

device/usb-bulk-raspberry-pi-pico2/rust-coolchain.toml renamed to device/usb-bulk-raspberry-pi-pico2/rust-toolchain.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[toolchain]
55
# The rust channel to be used.
66
channel = "stable"
7-
version = "1.91.1"
87
# The additional componets to be installed along the Rust toolchain.
98
components = ["rust-src", "rustfmt", "rust-analyzer", "llvm-tools", "clippy"]
109
# The targets for compilation that need to be added. This is used for

device/usb-bulk-stm32-nucleo-f429zi/rust-coolchain.toml renamed to device/usb-bulk-stm32-nucleo-f429zi/rust-toolchain.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[toolchain]
55
# The rust channel to be used.
66
channel = "stable"
7-
version = "1.91.1"
87
# The additional componets to be installed along the Rust toolchain.
98
components = ["rust-src", "rustfmt", "rust-analyzer", "llvm-tools", "clippy"]
109
# The targets for compilation that need to be added. This is used for
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[toolchain]
22
channel = "stable"
3-
version = "1.91.1"
43
components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src", "llvm-tools" ]
54
targets = [ "thumbv8m.main-none-eabihf" ]

0 commit comments

Comments
 (0)