rust-gpu/rust-toolchain.toml

8 lines
327 B
TOML
Raw Normal View History

[toolchain]
2023-03-17 14:31:24 +00:00
channel = "nightly-2023-03-04"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
2023-03-17 14:31:24 +00:00
# commit_hash = 44cfafe2fafe816395d3acc434663a45d5178c41
# Whenever changing the nightly channel, update the commit hash above, and make
2023-02-16 09:45:10 +00:00
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.