Files
MinOS-prime/home/projects/optimized-pre-config-rust/rust-toolchain.toml
2025-07-11 18:08:12 +03:00

12 lines
326 B
TOML

[toolchain]
channel = "nightly"
components = [ "rust-src", "rust-analyzer", "rustc-codegen-cranelift", "miri", "llvm-tools", "rust-docs-json" ]
targets = [
"wasm32-unknown-unknown",
"wasm32-wasi",
"wasm32-wasi-preview1-threads",
"x86_64-pc-windows-gnu",
"x86_64-unknown-linux-gnu",
]
profile = "default"