You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Upgrade Rust toolchain to nightly-${{ steps.check-nightly.outputs.NEW_DATE }}"
64
+
body: |
65
+
This PR upgrades the Rust toolchain to the latest available nightly version.
66
+
67
+
## Changes
68
+
- Updated `rust-toolchain.toml` to use `nightly-${{ steps.check-nightly.outputs.NEW_DATE }}`
69
+
- Updated commit hash to `${{ steps.check-nightly.outputs.NEW_COMMIT_HASH }}`
70
+
- Updated `REQUIRED_RUST_TOOLCHAIN` in `crates/rustc_codegen_spirv/build.rs`
71
+
72
+
## Verification
73
+
- All required components are available
74
+
- Project builds successfully
75
+
- Tests pass
76
+
77
+
This PR was automatically generated by the [Rust toolchain upgrade workflow](https://github.com/Rust-GPU/rust-gpu/blob/main/.github/workflows/rust-toolchain-upgrade.yml).
0 commit comments