diff options
| author | Eric Huss <eric@huss.org> | 2025-08-29 09:33:25 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2025-08-29 09:41:52 -0700 |
| commit | 80c1ea31c75199e8f94d5da0f485f065f0729a79 (patch) | |
| tree | 104e925540759c4f71a5c35c1383eb51c671cfd8 /src | |
| parent | c25686558b90da2c68232589c1410abbf9ccca43 (diff) | |
| download | rust-80c1ea31c75199e8f94d5da0f485f065f0729a79.tar.gz rust-80c1ea31c75199e8f94d5da0f485f065f0729a79.zip | |
Update mdbook
This updates mdbook to 0.4.52, which includes a number of fixes and enhancements since 0.4.48. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0452
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 6eabb999fb0..2dd695b7a47 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/ci.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: if: github.repository == 'rust-lang/rustc-dev-guide' runs-on: ubuntu-latest env: - MDBOOK_VERSION: 0.4.48 + MDBOOK_VERSION: 0.4.52 MDBOOK_LINKCHECK2_VERSION: 0.9.1 MDBOOK_MERMAID_VERSION: 0.12.6 MDBOOK_OUTPUT__LINKCHECK__FOLLOW_WEB_LINKS: ${{ github.event_name != 'pull_request' }} |
