diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-02-16 17:01:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 17:01:24 +0200 |
| commit | 56f65381a1dec597b023b6ec55b2d2d9dc783689 (patch) | |
| tree | efb0e8e6118808fb4f8fc913d730e701a68fb5cb | |
| parent | 34db7baf88a10031f375a6609eb995cd37e1a421 (diff) | |
| parent | 089af6704ba81d776351798bfdcc3df604671750 (diff) | |
| download | rust-56f65381a1dec597b023b6ec55b2d2d9dc783689.tar.gz rust-56f65381a1dec597b023b6ec55b2d2d9dc783689.zip | |
Merge pull request #2257 from marxin/start-using-latest-linkcheck2-v2
Bump mdbook-linkcheck2 dependency version
| -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 |
