2024-07-21 02:42:48 +02:00
|
|
|
[toolchain]
|
2025-01-31 13:19:28 +01:00
|
|
|
channel = "nightly-2025-01-30"
|
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"
|