From e489a929a406cb8a6e43666b4d1ca28682e9632b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 6 Aug 2023 10:01:00 +0900 Subject: [PATCH] Update `mdbook@latest` to 0.4.34 (#184) --- CHANGELOG.md | 2 ++ manifests/mdbook.json | 18 ++++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a565e5..db447899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `mdbook@latest` to 0.4.34. + ## [2.14.0] - 2023-08-05 - Use `cargo-binstall` to install `nextest`. ([#183](https://github.com/taiki-e/install-action/pull/183)) diff --git a/manifests/mdbook.json b/manifests/mdbook.json index 529e49e8..66be6087 100644 --- a/manifests/mdbook.json +++ b/manifests/mdbook.json @@ -18,10 +18,24 @@ } }, "latest": { - "version": "0.4.33" + "version": "0.4.34" }, "0.4": { - "version": "0.4.33" + "version": "0.4.34" + }, + "0.4.34": { + "x86_64_linux_musl": { + "checksum": "dde955d5b3df83ebaed716cf18d53b05678a4b78500cfa33aedd138bd55a1152" + }, + "x86_64_macos": { + "checksum": "738f423f1857c58a6175cf35254de4e616ca61db93803766eca5773ca6dbf516" + }, + "x86_64_windows": { + "checksum": "3679b9be098c410423797f14bae01523a2074ad0ffe8668980df074d1d4e5198" + }, + "aarch64_linux_musl": { + "checksum": "b7188119e088dc87a1db13963f78eaffb4a3959109936e26ee4afea74de0df5c" + } }, "0.4.33": { "x86_64_linux_musl": {