diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index a8b6711e8..a91380126 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - uses: mozilla-actions/sccache-action@v0.0.6 - name: Install stable toolchain - uses: dtolnay/rust-toolchain@beta + uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - name: Install CapnProto