We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 902bb0c + ba3d2e9 commit 1a5a7ffCopy full SHA for 1a5a7ff
.github/workflows/contrib.yml
@@ -21,6 +21,8 @@ jobs:
21
mkdir mdbook
22
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.9/mdbook-v0.4.9-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
23
echo `pwd`/mdbook >> $GITHUB_PATH
24
+ - name: Update toolchain
25
+ run: rustup update --no-self-update stable && rustup default stable
26
- name: Build API doc
27
run: |
28
cargo doc --document-private-items --no-deps
0 commit comments