Files
tangentbord1/rust-toolchain.toml
2023-12-16 19:42:58 +01:00

5 lines
133 B
TOML

[toolchain]
channel = "nightly"
components = ["rust-std", "rust-src", "rustfmt", "cargo", "clippy"]
targets = ["thumbv6m-none-eabi"]