Update mdbook to 0.4.20

This commit is contained in:
Taiki Endo
2022-07-16 16:19:22 +09:00
parent 37f510303a
commit e937b634a0
3 changed files with 4 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.19"
latest_version="0.4.20"
repo="rust-lang/mdBook"
case "${OSTYPE}" in
linux*) target="x86_64-unknown-linux-gnu" ;;