Skip to content

Commit eafdf6f

Browse files
ddmoney420claude
andcommitted
fix: correct rust-toolchain action name
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dacbb5e commit eafdf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Install Rust
35-
uses: dtolnay/rust-action@stable
35+
uses: dtolnay/rust-toolchain@stable
3636
with:
3737
targets: ${{ matrix.target }}
3838

0 commit comments

Comments
 (0)