Skip to content

Commit cc22a4e

Browse files
authored
Switch release workflow Rust setup to actions-rust-lang/setup-rust-toolchain (#1703)
Replaces `dtolnay/rust-toolchain` with the officially maintained `actions-rust-lang/setup-rust-toolchain` action in the `docker` job of the release workflow. ## Changes - **`release.md` / `release.lock.yml`**: Swap `dtolnay/rust-toolchain@<sha> # stable` → `actions-rust-lang/setup-rust-toolchain@a0b538fa0b742a6aa35d6e2c169b4bd06d225a98 # v1.15.3`; `targets: wasm32-wasip1` preserved unchanged.
2 parents 62d05f5 + 512f90e commit cc22a4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
echo "✓ Version: $RELEASE_TAG"
278278
279279
- name: Set up Rust
280-
uses: dtolnay/rust-toolchain@f6f14b6a0eef8949dcd51cb07cdbcdaadbca9e1c # stable
280+
uses: actions-rust-lang/setup-rust-toolchain@a0b538fa0b742a6aa35d6e2c169b4bd06d225a98 # v1.15.3
281281
with:
282282
targets: wasm32-wasip1
283283

0 commit comments

Comments
 (0)