Skip to content

Commit 7a35c93

Browse files
committed
[fix] change toolchain version in ci doc to fix ci error
1 parent 1e48a6c commit 7a35c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: dtolnay/rust-toolchain@nightly
4444
with:
45-
toolchain: nightly-2024-05-02
45+
toolchain: nightly-2024-12-25
4646
- name: Build docs
4747
continue-on-error: ${{ github.ref != env.default-branch && github.event_name != 'pull_request' }}
4848
run: |

0 commit comments

Comments
 (0)