redvault-ai/rust-toolchain.toml

17 lines
299 B
TOML
Raw Permalink Normal View History

2024-07-21 02:42:48 +02:00
[toolchain]
2025-03-09 21:46:11 +01:00
channel = "nightly-2025-03-01"
2024-07-21 02:42:48 +02:00
components = [
2025-03-09 21:46:11 +01:00
"cargo",
"rust-analyzer",
"rust-src",
"rustc-codegen-cranelift",
"rustc-dev",
"rustfmt",
2024-07-21 02:42:48 +02:00
]
profile = "default"
2025-03-09 21:46:11 +01:00
targets = [
"wasm32-unknown-unknown",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
]