6 lines
140 B
TOML
6 lines
140 B
TOML
# rust-toolchain.toml
|
|
[toolchain]
|
|
channel = "stable"
|
|
components = ["rust-src", "rustfmt", "clippy"]
|
|
targets = ["thumbv8m.main-none-eabihf"]
|