6 lines
144 B
TOML
6 lines
144 B
TOML
[toolchain]
|
|
channel = "nightly-2020-07-10"
|
|
components = [ "rustfmt", "rustc-dev" ]
|
|
targets = [ "x86_64-unknown-linux-gnu" ]
|
|
profile = "minimal"
|