co2_sensing/rust-toolchain.toml

5 lines
105 B
TOML
Raw Normal View History

2022-09-08 01:22:35 +00:00
[toolchain]
2024-05-16 22:58:23 +00:00
channel = "stable"
2022-09-08 01:22:35 +00:00
components = [ "rust-src", "rustfmt" ]
targets = [ "thumbv6m-none-eabi" ]