Update mdbook to 0.4.21

This commit is contained in:
Taiki Endo
2022-07-23 03:32:40 +09:00
parent fb59c794dd
commit de0d285973
3 changed files with 3 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ for tool in "${tools[@]}"; do
;;
mdbook)
# https://github.com/rust-lang/mdBook/releases
latest_version="0.4.20"
latest_version="0.4.21"
repo="rust-lang/mdBook"
case "${OSTYPE}" in
linux*) target="x86_64-unknown-linux-gnu" ;;