gupaxx/rust-toolchain.toml
2024-11-19 15:16:15 +01:00

5 lines
318 B
TOML

[toolchain]
# channel = "nightly-2024-10-11"
channel = "nightly"
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rust-src", "llvm-tools-preview", "rustc-codegen-cranelift-preview"]
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin","x86_64-pc-windows-gnu"]