Skip to content

Commit d259e55

Browse files
oisyneddyb
authored andcommitted
Update to nightly-2022-09-11
1 parent 73b0e77 commit d259e55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/rustc_codegen_spirv/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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");
1212
const REQUIRED_RUST_TOOLCHAIN: &str = r#"[toolchain]
13-
channel = "nightly-2022-09-10"
13+
channel = "nightly-2022-09-11"
1414
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
15-
# commit_hash = 1d37ed661a6922e7a167609b8cd7eb31e972b19b"#;
15+
# commit_hash = 2287107588d92889d282e6cd3c1ca5df34cd34a5"#;
1616

1717
fn get_rustc_commit_hash() -> Result<String, Box<dyn Error>> {
1818
let rustc = std::env::var("RUSTC").unwrap_or_else(|_| String::from("rustc"));

rust-toolchain

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
66

77
[toolchain]
8-
channel = "nightly-2022-09-10"
8+
channel = "nightly-2022-09-11"
99
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
10-
# commit_hash = 1d37ed661a6922e7a167609b8cd7eb31e972b19b
10+
# commit_hash = 2287107588d92889d282e6cd3c1ca5df34cd34a5
1111

1212
# Whenever changing the nightly channel, update the commit hash above, and make
1313
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.

0 commit comments

Comments
 (0)