Skip to content

Commit 18d1f16

Browse files
ci/docs: Fix nightly version
1 parent 3b66986 commit 18d1f16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
19-
- uses: dtolnay/rust-toolchain@nightly-2025-01-15
19+
- uses: dtolnay/rust-toolchain@nightly
20+
with:
21+
toolchain: nightly-2025-09-01
2022
- env:
2123
RUSTFLAGS: --cfg docsrs
2224
RUSTDOCFLAGS: --cfg docsrs

0 commit comments

Comments
 (0)