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.
18 lines
318 B
TOML
18 lines
318 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
components = [
|
|
"clippy",
|
|
"llvm-tools-preview",
|
|
"rls",
|
|
"rustc-dev",
|
|
"rustfmt",
|
|
# "wasm-bindgen-cli",
|
|
# "wasm-server-runner",
|
|
]
|
|
targets = [
|
|
# "aarch64-apple-darwin",
|
|
# "wasm32-unknown-unknown",
|
|
# "x86_64-apple-darwin",
|
|
# "x86_64-unknown-linux-gnu",
|
|
"x86_64-pc-windows-msvc",
|
|
] |