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};
10
10
/// `cargo publish`. We need to figure out a way to do this properly, but let's hardcode it for now :/
11
11
//const REQUIRED_RUST_TOOLCHAIN: &str = include_str!("../../rust-toolchain.toml");
12
12
const REQUIRED_RUST_TOOLCHAIN : & str = r#"[toolchain]
13
- channel = "nightly-2023-12-31 "
13
+ channel = "nightly-2024-01-05 "
14
14
components = ["rust-src", "rustc-dev", "llvm-tools"]
15
- # commit_hash = 2a3e63551fe21458637480a97b65a2d15dec8062 "# ;
15
+ # commit_hash = f688dd684faca5b31b156fac2c6e0ae81fc9bc90 "# ;
16
16
17
17
fn get_rustc_commit_hash ( ) -> Result < String , Box < dyn Error > > {
18
18
let rustc = std:: env:: var ( "RUSTC" ) . unwrap_or_else ( |_| String :: from ( "rustc" ) ) ;
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " nightly-2023-12-31 "
2
+ channel = " nightly-2024-01-05 "
3
3
components = [" rust-src" , " rustc-dev" , " llvm-tools" ]
4
- # commit_hash = 2a3e63551fe21458637480a97b65a2d15dec8062
4
+ # commit_hash = f688dd684faca5b31b156fac2c6e0ae81fc9bc90
5
5
6
6
# Whenever changing the nightly channel, update the commit hash above, and make
7
7
# 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