Skip to content

Commit bec318d

Browse files
committed
[ci] Pin rust to 1.60.0
1 parent 4044684 commit bec318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Rust
2626
uses: actions-rs/toolchain@v1
2727
with:
28-
toolchain: stable
28+
toolchain: 1.60.0
2929

3030
- name: Set up Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)