embassy_pico_mouse/rust-toolchain.toml

4 lines
136 B
TOML
Raw Permalink Normal View History

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