File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1555,7 +1555,7 @@ jobs:
15551555 uses : taiki-e/install-action@v2
15561556 env :
15571557 # renovate: datasource=crate depName=mdbook
1558- MDBOOK_VERSION : " 0.4.43 "
1558+ MDBOOK_VERSION : " 0.5.1 "
15591559 with :
15601560 tool : mdbook@${{ env.MDBOOK_VERSION }}
15611561 - name : Build user-guide (stable)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ jobs: # skip-all
1515 uses : taiki-e/install-action@v2
1616 env :
1717 # renovate: datasource=crate depName=mdbook
18- MDBOOK_VERSION : " 0.4.43 "
18+ MDBOOK_VERSION : " 0.5.1 "
1919 with :
2020 tool : mdbook@${{ env.MDBOOK_VERSION }}
2121 - name : Build user-guide (stable)
Original file line number Diff line number Diff line change 11[book ]
22authors = [" The Rust Project Developers" ]
33language = " en"
4- multilingual = false
5- src = " src"
64title = " The Rustup developer guide"
75
86[output .html ]
9- curly-quotes = true
107edit-url-template = " https://github.com/rust-lang/rustup/edit/HEAD/doc/dev-guide/{path}"
118git-repository-url = " https://github.com/rust-lang/rustup/tree/HEAD/doc/dev-guide"
129site-url = " https://rust-lang.github.io/rustup/dev-guide"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
33title = " The rustup book"
44
55[output .html ]
6- curly-quotes = true
76edit-url-template = " https://github.com/rust-lang/rustup/edit/HEAD/doc/user-guide/{path}"
87git-repository-url = " https://github.com/rust-lang/rustup/tree/HEAD/doc/user-guide"
98site-url = " https://rust-lang.github.io/rustup/"
You can’t perform that action at this time.
0 commit comments