about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-08-29 19:53:10 +0200
committerGitHub <noreply@github.com>2025-08-29 19:53:10 +0200
commit04ec8a7f2472fe783d46de7d2ac57e4edfcb45a0 (patch)
tree104e925540759c4f71a5c35c1383eb51c671cfd8 /src
parentc25686558b90da2c68232589c1410abbf9ccca43 (diff)
parent80c1ea31c75199e8f94d5da0f485f065f0729a79 (diff)
downloadrust-04ec8a7f2472fe783d46de7d2ac57e4edfcb45a0.tar.gz
rust-04ec8a7f2472fe783d46de7d2ac57e4edfcb45a0.zip
Merge pull request #2560 from ehuss/update-mdbook
Update mdbook
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' }}