blueopinion/templates/default/rust-toolchain.toml

6 lines
135 B
TOML
Raw Normal View History

2024-12-23 11:55:36 +01:00
[toolchain]
channel = "1.83.0"
components = [ "cargo","llvm-tools", "rustc", "clippy", "rust-src" ]
targets = [ ]
profile = "minimal"