Skip to content

Commit

Permalink
ci: use previous rust release to build smart release with lock file (#…
Browse files Browse the repository at this point in the history
…204)

The smart-release lock file is pointing to an outdated version of `time`
that fails to build on the latest stable rustc. Reverting to the
previous stable release until the next smart-release release.
  • Loading branch information
mbrobbel authored Aug 5, 2024
1 parent 83c1fc4 commit 0ac026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.79 # revert to stable on next smart-release release
id: rust-toolchain
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 0ac026f

Please sign in to comment.