embassy_pico_mouse/rust-toolchain.toml

4 lines
136 B
TOML
Raw Permalink Normal View History

2023-04-12 09:40:56 +00:00
[toolchain]
2023-08-25 11:53:12 +00:00
channel = "nightly-2023-08-19"
2023-04-12 09:40:56 +00:00
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = ["thumbv6m-none-eabi"]