Update mdbook@latest to 0.4.24

This commit is contained in:
Taiki Endo
2022-12-16 00:51:55 +09:00
parent 4ea8614f66
commit 320900e2b1
3 changed files with 4 additions and 2 deletions

View File

@@ -594,7 +594,7 @@ for tool in "${tools[@]}"; do
;;
mdbook)
# https://github.com/rust-lang/mdBook/releases
latest_version="0.4.23"
latest_version="0.4.24"
repo="rust-lang/mdBook"
case "${version}" in
latest) version="${latest_version}" ;;