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

This commit is contained in:
Taiki Endo
2022-10-26 01:20:02 +09:00
parent 68642cc590
commit 6746ad0324
4 changed files with 9 additions and 5 deletions

View File

@@ -177,13 +177,13 @@ for tool in "${tools[@]}"; do
cargo-hack | cargo-llvm-cov | cargo-minimal-versions | parse-changelog)
case "${tool}" in
# https://github.com/taiki-e/cargo-hack/releases
cargo-hack) latest_version="0.5.21" ;;
cargo-hack) latest_version="0.5.22" ;;
# https://github.com/taiki-e/cargo-llvm-cov/releases
cargo-llvm-cov) latest_version="0.5.0" ;;
# https://github.com/taiki-e/cargo-minimal-versions/releases
cargo-minimal-versions) latest_version="0.1.5" ;;
cargo-minimal-versions) latest_version="0.1.7" ;;
# https://github.com/taiki-e/parse-changelog/releases
parse-changelog) latest_version="0.5.1" ;;
parse-changelog) latest_version="0.5.2" ;;
*) exit 1 ;;
esac
repo="taiki-e/${tool}"