about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2025-08-29 09:33:25 -0700
committerEric Huss <eric@huss.org>2025-08-29 09:41:52 -0700
commit80c1ea31c75199e8f94d5da0f485f065f0729a79 (patch)
tree104e925540759c4f71a5c35c1383eb51c671cfd8 /src
parentc25686558b90da2c68232589c1410abbf9ccca43 (diff)
downloadrust-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.yml2
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' }}