redvault-ai/rust-toolchain.toml

17 lines
281 B
TOML
Raw Normal View History

2024-07-21 02:42:48 +02:00
[toolchain]
2024-09-05 22:33:13 +02:00
channel = "nightly-2024-08-20"
2024-07-21 02:42:48 +02:00
targets = [
"x86_64-unknown-linux-gnu",
"wasm32-unknown-unknown",
"x86_64-pc-windows-msvc",
]
components = [
"cargo",
"rustfmt",
"rust-analyzer",
"rust-src",
"rustc-codegen-cranelift",
"rustc-dev",
]
profile = "default"