6 lines
124 B
TOML
6 lines
124 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = ["rustfmt", "rustc-dev"]
|
|
targets = ["aarch64-apple-darwin"]
|
|
profile = "minimal"
|