rust-gpu/rust-toolchain.toml
2023-06-02 11:46:02 +03:00

8 lines
327 B
TOML

[toolchain]
channel = "nightly-2023-04-15"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
# commit_hash = 84dd17b56a931a631a23dfd5ef2018fd3ef49108
# 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.