diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2023-02-17 16:37:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-18 09:37:19 +0900 |
| commit | 0d8389c31e1631c73606dbd24b3b2147b7e48990 (patch) | |
| tree | 5296b5581ac739efc25e4c66c47cd7ae56ff5dea /src/doc/rustc-dev-guide | |
| parent | fc6b22a01e8e6ed5a5024233d3aec640625bcd1c (diff) | |
| download | rust-0d8389c31e1631c73606dbd24b3b2147b7e48990.tar.gz rust-0d8389c31e1631c73606dbd24b3b2147b7e48990.zip | |
Bump dependencies to fix CI (#1610)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/ci.yml b/src/doc/rustc-dev-guide/.github/workflows/ci.yml index 64155ddd7d0..2346698d449 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/ci.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: env: MDBOOK_VERSION: 0.4.21 MDBOOK_LINKCHECK_VERSION: 0.7.6 - MDBOOK_MERMAID_VERSION: 0.11.2 - MDBOOK_TOC_VERSION: 0.9.0 + MDBOOK_MERMAID_VERSION: 0.12.6 + MDBOOK_TOC_VERSION: 0.11.2 DEPLOY_DIR: book/html BASE_SHA: ${{ github.event.pull_request.base.sha }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
