You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
434 B
TOML
9 lines
434 B
TOML
# This file should match https://raw.githubusercontent.com/EmbarkStudios/rust-gpu/main/rust-toolchain.toml
|
|
[toolchain]
|
|
channel = "nightly-2023-01-21"
|
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
|
# commit_hash = 5ce39f42bd2c8bca9c570f0560ebe1fce4eddb14
|
|
|
|
# Whenever changing the nightly channel, update the commit hash above, and make
|
|
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.
|