We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d95c6c5 + 9aab46f commit b46e7edCopy full SHA for b46e7ed
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
CMAKE_POLICY_VERSION_MINIMUM: 3.5
35
RUSTDOCFLAGS: "--enable-index-page -Z unstable-options"
36
run: |
37
- rustup default nightly-2025-02-01 && cargo +nightly-2025-02-01 doc --no-deps
+ rustup default nightly-2025-10-01 && cargo +nightly-2025-10-01 doc --no-deps
38
39
- name: Deploy
40
uses: peaceiris/actions-gh-pages@v3
0 commit comments