co2_sensing/rust-toolchain.toml
2024-05-16 18:58:23 -04:00

5 lines
105 B
TOML

[toolchain]
channel = "stable"
components = [ "rust-src", "rustfmt" ]
targets = [ "thumbv6m-none-eabi" ]