We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e48a6c commit 7a35c93Copy full SHA for 7a35c93
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
- uses: dtolnay/rust-toolchain@nightly
44
with:
45
- toolchain: nightly-2024-05-02
+ toolchain: nightly-2024-12-25
46
- name: Build docs
47
continue-on-error: ${{ github.ref != env.default-branch && github.event_name != 'pull_request' }}
48
run: |
0 commit comments