Update mdbook@latest to 0.4.22

This commit is contained in:
Taiki Endo
2022-11-29 12:08:30 +09:00
parent 44a0ddacb9
commit 956e75d2d4
3 changed files with 4 additions and 2 deletions

View File

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