Skip to content

Commit 2ed6e10

Browse files
dvdplmfee1-dead
authored andcommitted
update toolchain to 2025-11-02
1 parent 6a67e7b commit 2ed6e10

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
@@ -19,9 +19,9 @@ use std::{env, fs, mem};
1919
/// `cargo publish`. We need to figure out a way to do this properly, but let's hardcode it for now :/
2020
//const REQUIRED_RUST_TOOLCHAIN: &str = include_str!("../../rust-toolchain.toml");
2121
const REQUIRED_RUST_TOOLCHAIN: &str = r#"[toolchain]
22-
channel = "nightly-2025-10-28"
22+
channel = "nightly-2025-11-02"
2323
components = ["rust-src", "rustc-dev", "llvm-tools"]
24-
# commit_hash = adaa838976ff99a4f0661136322f64cb466b58a0"#;
24+
# commit_hash = bd3ac0330018c23b111bbee176f32c377be7b319"#;
2525

2626
fn rustc_output(arg: &str) -> Result<String, Box<dyn Error>> {
2727
let rustc = env::var("RUSTC").unwrap_or_else(|_| "rustc".into());

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-2025-10-28"
2+
channel = "nightly-2025-11-02"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
4-
# commit_hash = adaa838976ff99a4f0661136322f64cb466b58a0
4+
# commit_hash = bd3ac0330018c23b111bbee176f32c377be7b319
55

66
# Whenever changing the nightly channel, update the commit hash above, and
77
# change `REQUIRED_RUST_TOOLCHAIN` in `crates/rustc_codegen_spirv/build.rs` too.

0 commit comments

Comments
 (0)