Update mdbook to 0.4.19

This commit is contained in:
Taiki Endo
2022-07-02 21:04:09 +09:00
parent 83e8fa8971
commit d5b4eb3fc2
3 changed files with 4 additions and 2 deletions

View File

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