lock the mdbook crate version to v0.49.0
This commit is contained in:
@@ -365,7 +365,7 @@ clean:
|
||||
.PHONY: install-build-deps
|
||||
install-build-deps:
|
||||
@echo "Installing build dependencies if they have not already been installed..."
|
||||
@cargo install mdbook --vers "^0.4" --locked
|
||||
@cargo install mdbook --version "0.4.49" --locked
|
||||
@cargo install xq --vers "^0.4" --locked
|
||||
@cargo install mdbook-alerts --vers "^0.7" --locked
|
||||
@cargo install mdbook-pdf --vers "^0.1" --locked
|
||||
|
||||
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Documentation
|
||||
|
||||
- Revised the outdated [Plugin Directory Structure](./directory-structure.html) section to accurately reflect the latest changes to the `Source/ThirdParty` directory layout changes.
|
||||
- Lock the [mdbook](https://github.com/rust-lang/mdBook) crate version to `v0.49.0` to avoid layout issues introduced with `v0.50.0`.
|
||||
|
||||
## [2.5.0] - 2025-05-09
|
||||
|
||||
|
||||
Reference in New Issue
Block a user