Skip to content

Commit c81d981

Browse files
committed
fix
1 parent 6a7e4b7 commit c81d981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rustdoc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Install nightly toolchain
19-
uses: dtolnay/rust-toolchain@nightly
19+
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
2022

2123
- name: Cache dependencies
2224
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)