embassy_pico_mouse/rust-toolchain.toml

4 lines
136 B
TOML
Raw Normal View History

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