rp-pico-2-rust/rust-toolchain.toml

6 lines
121 B
TOML
Raw Normal View History

2024-10-09 16:13:17 -05:00
[toolchain]
channel = "1.80"
components = ["rustc", "cargo"]
targets = ["thumbv8m.main-none-eabihf"]
profile = "minimal"