Skip to content

Commit 8810e08

Browse files
Randolf J.claude
andauthored
fix(release): add missing toolchain input to rust-toolchain steps (#277)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 65c7663 commit 8810e08

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- name: Install Rust toolchain
2424
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # stable
25+
with:
26+
toolchain: stable
2527
- name: Cache cargo artifacts
2628
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2729
- name: Build
@@ -74,6 +76,8 @@ jobs:
7476
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7577
- name: Install Rust toolchain
7678
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # stable
79+
with:
80+
toolchain: stable
7781
- name: Cache cargo artifacts
7882
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
7983
- name: Authenticate with crates.io

0 commit comments

Comments
 (0)