File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : Install mdbook
2424 run : |
2525 mkdir mdbook
26- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
26+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.40 /mdbook-v0.4.40 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
2727 echo `pwd`/mdbook >> $GITHUB_PATH
2828 - name : Deploy docs
2929 run : |
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - name : Install cargo-semver-checks
112112 run : |
113113 mkdir installed-bins
114- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.31 .0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
114+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.32 .0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
115115 | tar -xz --directory=./installed-bins
116116 echo `pwd`/installed-bins >> $GITHUB_PATH
117117 - run : ci/validate-version-bump.sh
@@ -260,7 +260,7 @@ jobs:
260260 - name : Install mdbook
261261 run : |
262262 mkdir mdbook
263- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
263+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.40 /mdbook-v0.4.40 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
264264 echo `pwd`/mdbook >> $GITHUB_PATH
265265 - run : cd src/doc && mdbook build --dest-dir ../../target/doc
266266 - name : Run linkchecker.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title = "The Cargo Book"
33author = " Alex Crichton, Steve Klabnik and Carol Nichols, with contributions from the Rust community"
44
55[output .html ]
6- curly-quotes = true # Enable smart-punctuation feature for more than quotes.
6+ smart-punctuation = true # Enable smart-punctuation feature for more than quotes.
77git-repository-url = " https://github.com/rust-lang/cargo/tree/master/src/doc/src"
88edit-url-template = " https://github.com/rust-lang/cargo/edit/master/src/doc/{path}"
99search.use-boolean-and = true
You can’t perform that action at this time.
0 commit comments