6 lines
167 B
TOML
6 lines
167 B
TOML
[toolchain]
|
|
channel = "nightly-2022-08-29"
|
|
components = [ "rust-src", "rustc-dev", "llvm-tools-preview" ]
|
|
targets = [ "x86_64-unknown-linux-gnu" ]
|
|
profile = "default"
|