Skip to content

Commit

Permalink
Pin nightly version for docs
Browse files Browse the repository at this point in the history
A regression in rustdocs is causing some errors[1]. While that gets sorted,
use a version of rustdocs that won't fail.

[1] rust-lang/rust#92662
  • Loading branch information
rnarubin committed Jan 10, 2022
1 parent f373324 commit 5adedef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: 1.58.0-nightly
profile: minimal
default: true
- uses: actions-rs/cargo@v1
with:
toolchain: nightly
toolchain: 1.58.0-nightly
command: doc
env:
RUSTDOCFLAGS: "--cfg docsrs"

0 comments on commit 5adedef

Please sign in to comment.