gupaxx/rust-toolchain.toml

5 lines
240 B
TOML
Raw Normal View History

2024-03-22 11:36:40 +00:00
[toolchain]
2024-03-22 16:56:36 +00:00
channel = "nightly-2024-03-21"
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rustc-codegen-cranelift-preview", "rust-analyzer"]
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-pc-windows-gnu"]