File tree 2 files changed +4
-4
lines changed
crates/rustc_codegen_spirv
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");
12
12
const REQUIRED_RUST_TOOLCHAIN : & str = r#"[toolchain]
13
- channel = "nightly-2022-09-10 "
13
+ channel = "nightly-2022-09-11 "
14
14
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
15
- # commit_hash = 1d37ed661a6922e7a167609b8cd7eb31e972b19b "# ;
15
+ # commit_hash = 2287107588d92889d282e6cd3c1ca5df34cd34a5 "# ;
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 5
5
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
6
6
7
7
[toolchain]
8
- channel = "nightly-2022-09-10 "
8
+ channel = "nightly-2022-09-11 "
9
9
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
10
- # commit_hash = 1d37ed661a6922e7a167609b8cd7eb31e972b19b
10
+ # commit_hash = 2287107588d92889d282e6cd3c1ca5df34cd34a5
11
11
12
12
# Whenever changing the nightly channel, update the commit hash above, and make
13
13
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.
You can’t perform that action at this time.
0 commit comments