From d7f750070c5b3533ea374a8de1c2f7f26413cf79 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 17 Jan 2025 12:01:02 +0100 Subject: [PATCH] bump the mdbook-alerts crate to v0.7.x --- Handbook/GNUmakefile | 2 +- Handbook/src/appendix/changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Handbook/GNUmakefile b/Handbook/GNUmakefile index f830bf1b..97af5269 100644 --- a/Handbook/GNUmakefile +++ b/Handbook/GNUmakefile @@ -362,7 +362,7 @@ install-build-deps: @echo "Installing build dependencies if they have not already been installed..." @cargo install mdbook --vers "^0.4" --locked @cargo install xq --vers "^0.4" --locked - @cargo install mdbook-alerts --vers "^0.6" --locked + @cargo install mdbook-alerts --vers "^0.7" --locked @cargo install mdbook-pdf --vers "^0.1" --locked ifeq ($(SG_BUILD_PLATFORM),$(SG_BUILD_PLATFORM_LINUX)) @echo "Installing mdbook-pdf-outline..." diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 65220b64..6cfb327d 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Clarified HTC VIVE Stand-alone support status in the platform support matrix. - Bumped the SenseGlove libraries to `v2.105.3-97ea18cb`. - Bumped the SenseGlove Unreal Engine Marketplace Packager `v0.4.1-e39a4f4`. +- Bumped the mdbook-alerts crate to `v0.7.x`. - Bumped the copyright years. ## [2.3.2] - 2025-01-28