Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 57f7622

Browse files
JohnTitortshepang
authored andcommitted
Update mdbook and its extensions versions
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 88b498a commit 57f7622

File tree

1 file changed

+4
-4
lines changed
  • src/doc/rustc-dev-guide/.github/workflows

1 file changed

+4
-4
lines changed

src/doc/rustc-dev-guide/.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
if: github.repository == 'rust-lang/rustc-dev-guide'
1515
runs-on: ubuntu-latest
1616
env:
17-
MDBOOK_VERSION: 0.4.12
18-
MDBOOK_LINKCHECK_VERSION: 0.7.2
19-
MDBOOK_MERMAID_VERSION: 0.10.0
20-
MDBOOK_TOC_VERSION: 0.6.1
17+
MDBOOK_VERSION: 0.4.21
18+
MDBOOK_LINKCHECK_VERSION: 0.7.6
19+
MDBOOK_MERMAID_VERSION: 0.11.2
20+
MDBOOK_TOC_VERSION: 0.9.0
2121
DEPLOY_DIR: book/html
2222
BASE_SHA: ${{ github.event.pull_request.base.sha }}
2323
steps:

0 commit comments

Comments
 (0)