diff options
| author | Eric Huss <eric@huss.org> | 2025-04-28 11:41:17 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2025-04-28 11:41:17 -0700 |
| commit | 0aae3caf240b985d02de541cb3f2990eb6bbe927 (patch) | |
| tree | f747333def0cafcff539da70889e6c53a8a1ff3f | |
| parent | 1b53c12753a9ecead0e9728e01dcc2a7c07c18f9 (diff) | |
| download | rust-0aae3caf240b985d02de541cb3f2990eb6bbe927.tar.gz rust-0aae3caf240b985d02de541cb3f2990eb6bbe927.zip | |
Update mdbook to 0.4.48
This updates to the latest version of mdbook which has had a variety of fixes of new features since the last update. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0448
| -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 415d0dc397d..daf5223cbd4 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.21 + MDBOOK_VERSION: 0.4.48 MDBOOK_LINKCHECK2_VERSION: 0.9.1 MDBOOK_MERMAID_VERSION: 0.12.6 MDBOOK_TOC_VERSION: 0.11.2 |
