AdventOfCode/rust-toolchain.toml

4 lines
86 B
TOML
Raw Normal View History

2020-11-06 16:27:11 +01:00
[toolchain]
channel = "stable"
components = ["rustfmt", "cargo", "rustc", "rust-src"]