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.
1 parent 4d023b1 commit 1ee38a3Copy full SHA for 1ee38a3
.github/workflows/main.yml
@@ -92,7 +92,8 @@ jobs:
92
- run: rustup update nightly && rustup default nightly
93
- run: rustup component add rust-docs
94
- run: ci/validate-man.sh
95
- - run: cd src/doc/semver-check && cargo run
+ # This requires rustfmt, use stable.
96
+ - run: cd src/doc/semver-check && cargo +stable run
97
- run: |
98
mkdir mdbook
99
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
0 commit comments