2025-07-20 21:15:05 +02:00
|
|
|
[toolchain]
|
2025-07-30 22:49:12 +02:00
|
|
|
# The nightly version that was build on 24-07-2025 is the last known working version,
|
|
|
|
|
# the c-int-width definition for rust targets has changed from a string to a u16
|
|
|
|
|
channel = "nightly-2025-07-24"
|
2025-07-20 21:15:05 +02:00
|
|
|
targets = [
|
|
|
|
|
"x86_64-unknown-none"
|
|
|
|
|
]
|
|
|
|
|
components = [
|
|
|
|
|
"clippy",
|
|
|
|
|
"rustfmt",
|
|
|
|
|
"rust-src",
|
|
|
|
|
"llvm-tools-preview"
|
|
|
|
|
]
|