blueopinion/templates/default/rust-toolchain.toml

6 lines
152 B
TOML
Raw Permalink Normal View History

2024-12-23 11:55:36 +01:00
[toolchain]
2025-03-29 17:53:42 +01:00
channel = "1.85.0"
components = [ "cargo","llvm-tools", "rustc", "clippy", "rust-src", "rust-analyzer" ]
2024-12-23 11:55:36 +01:00
targets = [ ]
profile = "minimal"