File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1717 # Change to specific Rust release to pin
1818 rust_stable : stable
1919 rust_nightly : nightly-2025-01-25
20+ rust_docs_nightly : nightly-2025-10-12
2021 # Pin a specific miri version
2122 rust_miri_nightly : nightly-2025-06-02
2223 rust_clippy : ' 1.88'
@@ -816,10 +817,10 @@ jobs:
816817
817818 steps :
818819 - uses : actions/checkout@v5
819- - name : Install Rust ${{ env.rust_nightly }}
820+ - name : Install Rust ${{ env.rust_docs_nightly }}
820821 uses : dtolnay/rust-toolchain@stable
821822 with :
822- toolchain : ${{ env.rust_nightly }}
823+ toolchain : ${{ env.rust_docs_nightly }}
823824 - uses : Swatinem/rust-cache@v2
824825 - name : " doc --lib --all-features"
825826 run : cargo doc --lib --no-deps --document-private-items --features $TOKIO_STABLE_FEATURES,${{ matrix.run.extra_features }}
Original file line number Diff line number Diff line change 11[build ]
2- # TODO: unfreeze toolchain
3- # error[E0557]: feature has been removed
4- # --> /opt/buildhome/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs:89:29
5- # |
6- # 89 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
7- # | ^^^^^^^^^^^^ feature has been removed
8- # |
9- # = note: removed in 1.58.0; see <https://github.com/rust-lang/rust/pull/138907; for more information
10- # = note: merged into `doc_cfg`
112 command = """
12- rustup install nightly-2025-01-25 --profile minimal && cargo doc --no-deps --all-features
3+ rustup install nightly --profile minimal && cargo doc --no-deps --all-features
134 """
145 publish = " target/doc"
156
You can’t perform that action at this time.
0 commit comments