Skip to content

Commit 8a04f54

Browse files
committed
use 1.67.0 for release
1 parent f7e4c60 commit 8a04f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
- name: Install stable toolchain
6868
uses: actions-rs/toolchain@v1
6969
with:
70-
toolchain: stable
70+
# TODO: Update for future releases
71+
toolchain: 1.67.0
7172
target: ${{ matrix.target.target }}
7273
override: true
7374

0 commit comments

Comments
 (0)