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

Commit 0d8389c

Browse files
authored
Bump dependencies to fix CI (rust-lang#1610)
1 parent fc6b22a commit 0d8389c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
env:
1717
MDBOOK_VERSION: 0.4.21
1818
MDBOOK_LINKCHECK_VERSION: 0.7.6
19-
MDBOOK_MERMAID_VERSION: 0.11.2
20-
MDBOOK_TOC_VERSION: 0.9.0
19+
MDBOOK_MERMAID_VERSION: 0.12.6
20+
MDBOOK_TOC_VERSION: 0.11.2
2121
DEPLOY_DIR: book/html
2222
BASE_SHA: ${{ github.event.pull_request.base.sha }}
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)