picoKontroller/toolchain.toml

5 lines
103 B
TOML
Raw Normal View History

2023-10-09 16:54:34 +02:00
[toolchain]
channel = "nightly"
components = [ "rustfmt", "rust-src", "rust-src" ]
profile = "minimal"