Skip to content

Commit 7b8de4e

Browse files
fix: update Rust action to use rust-toolchain for consistency
1 parent 12101f2 commit 7b8de4e

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
@@ -42,7 +42,7 @@ jobs:
4242
cache: pnpm
4343

4444
- name: Install Rust
45-
uses: dtolnay/rust-action@stable
45+
uses: dtolnay/rust-toolchain@stable
4646
with:
4747
targets: ${{ matrix.target }}
4848

0 commit comments

Comments
 (0)