Skip to content

Commit 213e218

Browse files
eddybLegNeato
authored andcommitted
rustup: update to nightly-2024-01-05.
1 parent e99f6f4 commit 213e218

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.toml");
1212
const REQUIRED_RUST_TOOLCHAIN: &str = r#"[toolchain]
13-
channel = "nightly-2023-12-31"
13+
channel = "nightly-2024-01-05"
1414
components = ["rust-src", "rustc-dev", "llvm-tools"]
15-
# commit_hash = 2a3e63551fe21458637480a97b65a2d15dec8062"#;
15+
# commit_hash = f688dd684faca5b31b156fac2c6e0ae81fc9bc90"#;
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.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[toolchain]
2-
channel = "nightly-2023-12-31"
2+
channel = "nightly-2024-01-05"
33
components = ["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.

0 commit comments

Comments
 (0)