gupaxx/rust-toolchain.toml

5 lines
296 B
TOML
Raw Normal View History

2024-03-22 11:36:40 +00:00
[toolchain]
2024-12-11 17:56:54 +00:00
channel = "nightly-2024-12-01"
2024-11-19 14:16:15 +00:00
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rust-src", "llvm-tools-preview", "rustc-codegen-cranelift-preview"]
2024-03-24 12:29:17 +00:00
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin","x86_64-pc-windows-gnu"]