2024-12-28 18:36:05 -05:00
|
|
|
[toolchain]
|
|
|
|
|
channel = "nightly-2024-11-22"
|
2025-04-05 20:54:38 -04:00
|
|
|
components = [
|
|
|
|
|
"rust-src",
|
|
|
|
|
"rustc-dev",
|
|
|
|
|
"llvm-tools",
|
|
|
|
|
"rustc-codegen-cranelift-preview",
|
|
|
|
|
]
|
2024-12-28 18:36:05 -05:00
|
|
|
# commit_hash = b19329a37cedf2027517ae22c87cf201f93d776e
|
|
|
|
|
|
|
|
|
|
# Whenever changing the nightly channel, update the commit hash above, and make
|
|
|
|
|
# sure to change `REQUIRED_TOOLCHAIN` in `crates/rustc_codegen_spirv/build.rs` also.
|