Update cross, cargo-minimal-versions, and parse-changelog

This commit is contained in:
Taiki Endo
2022-07-16 17:22:27 +09:00
parent e937b634a0
commit 1cbab0616a
3 changed files with 7 additions and 4 deletions

View File

@@ -131,9 +131,9 @@ for tool in "${tools[@]}"; do
# https://github.com/taiki-e/cargo-llvm-cov/releases
cargo-llvm-cov) latest_version="0.4.9" ;;
# https://github.com/taiki-e/cargo-minimal-versions/releases
cargo-minimal-versions) latest_version="0.1.4" ;;
cargo-minimal-versions) latest_version="0.1.5" ;;
# https://github.com/taiki-e/parse-changelog/releases
parse-changelog) latest_version="0.4.8" ;;
parse-changelog) latest_version="0.4.9" ;;
*) exit 1 ;;
esac
repo="taiki-e/${tool}"
@@ -153,7 +153,7 @@ for tool in "${tools[@]}"; do
;;
cross)
# https://github.com/cross-rs/cross/releases
latest_version="0.2.2"
latest_version="0.2.4"
repo="cross-rs/cross"
case "${OSTYPE}" in
linux*) target="x86_64-unknown-linux-musl" ;;