We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7e4b7 commit c81d981Copy full SHA for c81d981
.github/workflows/rustdoc.yml
@@ -16,7 +16,9 @@ jobs:
16
uses: actions/checkout@v5
17
18
- name: Install nightly toolchain
19
- uses: dtolnay/rust-toolchain@nightly
+ uses: dtolnay/rust-toolchain@master
20
+ with:
21
+ toolchain: nightly-2025-10-30 # date of 1.91, because 1.92+ removed doc_auto_cfg, which is not yet supported by all dependencies
22
23
- name: Cache dependencies
24
uses: Swatinem/rust-cache@v2
0 commit comments