Skip to content

Commit

Permalink
Use nightly-2023-09-06
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 12, 2023
1 parent c503913 commit f809f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ jobs:
- uses: actions/checkout@v2
# Use a similar command than docs.rs build: rustdoc with nightly toolchain
- name: Install Rust toolchain nightly for docs gen
run: rustup toolchain install nightly
run: rustup toolchain install nightly-2023-09-06
- name: generate doc
uses: actions-rs/cargo@v1
with:
toolchain: nightly
toolchain: nightly-2023-09-06
command: rustdoc
# NOTE: force 'unstable' feature for doc generation, as forced for docs.rs build in zenoh/Cargo.toml
args: --manifest-path ./zenoh/Cargo.toml --lib -Zrustdoc-map --features unstable -Z unstable-options --config build.rustdocflags='["-Z", "unstable-options", "--emit=invocation-specific", "--cap-lints", "warn", "--disable-per-crate-search", "--extern-html-root-takes-precedence"]' -Zunstable-options -Zrustdoc-scrape-examples -j3
Expand Down

0 comments on commit f809f39

Please sign in to comment.