embassy_pico_mouse/rust-toolchain.toml
2023-04-12 11:40:56 +02:00

4 lines
136 B
TOML

[toolchain]
channel = "nightly-2023-04-11"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = ["thumbv6m-none-eabi"]