Skip to content

Commit d949e24

Browse files
2witstudiosclaude
andcommitted
fix(ci): Bump Rust toolchain to 1.94.0 (1.100.0 does not exist)
Dependabot bumped dtolnay/rust-toolchain from 1.88.0 to 1.100.0, but Rust 1.100.0 has not been released. Use 1.94.0 (current latest stable). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c5afb9 commit d949e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ref: ${{ github.event.inputs.tag || github.ref }}
4040

4141
- name: Install Rust
42-
uses: dtolnay/rust-toolchain@1.100.0
42+
uses: dtolnay/rust-toolchain@1.94.0
4343
with:
4444
targets: aarch64-apple-darwin,x86_64-apple-darwin
4545

0 commit comments

Comments
 (0)