swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/template/fresh/rust-toolchain.toml
blob: 52f2d5139bffbef1d1137df7ee5261e30549b765 (plain)
1
2
3
4
5
6
7
# Non-versioned on purpose: use the active system rustup channel, not a stale
# Rust version copied from this starter.

[toolchain]
channel = "stable"
profile = "minimal"
components = ["clippy", "rustfmt"]