diff options
| author | Martin Liska <martin.liska@hey.com> | 2025-02-16 13:21:34 +0100 |
|---|---|---|
| committer | Martin Liska <martin.liska@hey.com> | 2025-02-16 13:21:34 +0100 |
| commit | 089af6704ba81d776351798bfdcc3df604671750 (patch) | |
| tree | efb0e8e6118808fb4f8fc913d730e701a68fb5cb /src | |
| parent | 34db7baf88a10031f375a6609eb995cd37e1a421 (diff) | |
| download | rust-089af6704ba81d776351798bfdcc3df604671750.tar.gz rust-089af6704ba81d776351798bfdcc3df604671750.zip | |
Bump mdbook-linkcheck2 dependency version
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/ci.yml b/src/doc/rustc-dev-guide/.github/workflows/ci.yml index 2796c142084..22a4fb1901a 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/ci.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: MDBOOK_VERSION: 0.4.21 - MDBOOK_LINKCHECK2_VERSION: 0.9.0 + MDBOOK_LINKCHECK2_VERSION: 0.9.1 MDBOOK_MERMAID_VERSION: 0.12.6 MDBOOK_TOC_VERSION: 0.11.2 DEPLOY_DIR: book/html |
