code/rust-toolchain.toml

5 lines
117 B
TOML
Raw Normal View History

2023-07-06 21:55:56 +00:00
[toolchain]
channel = "nightly-2022-09-22"
components = [ "rust-src", "rustfmt" ]
targets = [ "thumbv6m-none-eabi" ]