From f0f125bd00f5be7314369f5ea7808413e9c5e4e6 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 2 May 2025 19:13:26 +0200 Subject: [PATCH] downgrade mdbook-epub crate to cac03b7f4b151f106f7f05b13da4c33fc098dd2c --- Handbook/GNUmakefile | 2 +- Handbook/src/appendix/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Handbook/GNUmakefile b/Handbook/GNUmakefile index 0bba06f1..c1263d91 100644 --- a/Handbook/GNUmakefile +++ b/Handbook/GNUmakefile @@ -375,7 +375,7 @@ ifeq ($(SG_BUILD_PLATFORM),$(SG_BUILD_PLATFORM_LINUX)) && . $(SG_LINUX_PYTHON_VENV_BIN_DIR)/activate \ && pip install mdbook-pdf-outline 2>/dev/null endif # ($(SG_BUILD_PLATFORM),$(SG_BUILD_PLATFORM_LINUX)) - @cargo install mdbook-epub --vers "^0.4" --locked + @cargo install --git https://github.com/Michael-F-Bryan/mdbook-epub --rev cac03b7f4b151f106f7f05b13da4c33fc098dd2c --locked ################################################################################ # Make Targets - mdBook diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 49de8fd1..a4b9ff3c 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added [Bluetooth Low Energy instructions for SenseCom](../getting-started/sensecom/bluetooth-low-energy). - Added [Bluetooth Serial instructions for Android](../getting-started/sensecom/bluetooth-serial/android.html). - Added [SGBLE and SGBLExx Rust Dependency Licenses](../license/sgble-sgblexx-rust-dependencies.html). -- Bumped the [mdbook-epub](https://github.com/Michael-F-Bryan/mdbook-epub) crate to `v0.4.x`. +- Bumped the [mdbook-epub](https://github.com/Michael-F-Bryan/mdbook-epub) crate to [`cac03b7f4b151f106f7f05b13da4c33fc098dd2c`](https://github.com/Michael-F-Bryan/mdbook-epub/commit/cac03b7f4b151f106f7f05b13da4c33fc098dd2c). - Additional minor fixes and improvements that may not be listed here. ## [2.4.2] - 2025-02-17