Skip to content

Commit

Permalink
use 1.67.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Jul 25, 2023
1 parent f7e4c60 commit 8a04f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
# TODO: Update for future releases
toolchain: 1.67.0
target: ${{ matrix.target.target }}
override: true

Expand Down

0 comments on commit 8a04f54

Please sign in to comment.