From 43a6ab3a27dae370dba26178113912f776885bdf Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Mon, 12 Jan 2026 22:26:53 -0300 Subject: [PATCH] fix: Add `toolchain: stable` input to pinned rust-toolchain action --- .github/workflows/bump.yml | 2 +- .github/workflows/release.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index bf31623..9662e30 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -1,4 +1,4 @@ -name: Bump Version +name: bump on: workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b89ffe3..a296abc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: - name: Install Rust stable uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable with: + toolchain: stable components: clippy - name: Using Rust cache @@ -43,6 +44,8 @@ jobs: - name: Install Rust stable uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + with: + toolchain: stable - name: Publish to crates.io uses: katyo/publish-crates@02cc2f1ad653fb25c7d1ff9eb590a8a50d06186b # v2