You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
martian-chess/rust-toolchain.toml

9 lines
186 B
TOML

[toolchain]
channel = "nightly"
components = ["rustfmt", "rustc-dev", "clippy", "rls"]
targets = [
# "aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
# "x86_64-pc-windows-msvc",
]