File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/rustc_codegen_spirv Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ use std::process::{Command, ExitCode};
1010/// `cargo publish`. We need to figure out a way to do this properly, but let's hardcode it for now :/
1111//const REQUIRED_RUST_TOOLCHAIN: &str = include_str!("../../rust-toolchain.toml");
1212const REQUIRED_RUST_TOOLCHAIN : & str = r#"[toolchain]
13- channel = "nightly-2023-12-31 "
13+ channel = "nightly-2024-01-05 "
1414components = ["rust-src", "rustc-dev", "llvm-tools"]
15- # commit_hash = 2a3e63551fe21458637480a97b65a2d15dec8062 "# ;
15+ # commit_hash = f688dd684faca5b31b156fac2c6e0ae81fc9bc90 "# ;
1616
1717fn get_rustc_commit_hash ( ) -> Result < String , Box < dyn Error > > {
1818 let rustc = std:: env:: var ( "RUSTC" ) . unwrap_or_else ( |_| String :: from ( "rustc" ) ) ;
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " nightly-2023-12-31 "
2+ channel = " nightly-2024-01-05 "
33components = [" rust-src" , " rustc-dev" , " llvm-tools" ]
4- # commit_hash = 2a3e63551fe21458637480a97b65a2d15dec8062
4+ # commit_hash = f688dd684faca5b31b156fac2c6e0ae81fc9bc90
55
66# Whenever changing the nightly channel, update the commit hash above, and make
77# sure to change `REQUIRED_TOOLCHAIN` in `crates/rustc_codegen_spirv/build.rs` also.
You can’t perform that action at this time.
0 commit comments