Update cargo-hack, cargo-llvm-cov, and cargo-minimal-versions

This commit is contained in:
Taiki Endo
2022-11-27 21:33:58 +09:00
parent 8c5018c59c
commit 9de731de5b
4 changed files with 9 additions and 5 deletions

View File

@@ -177,11 +177,11 @@ 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.22" ;;
cargo-hack) latest_version="0.5.23" ;;
# https://github.com/taiki-e/cargo-llvm-cov/releases
cargo-llvm-cov) latest_version="0.5.0" ;;
cargo-llvm-cov) latest_version="0.5.1" ;;
# https://github.com/taiki-e/cargo-minimal-versions/releases
cargo-minimal-versions) latest_version="0.1.7" ;;
cargo-minimal-versions) latest_version="0.1.8" ;;
# https://github.com/taiki-e/parse-changelog/releases
parse-changelog) latest_version="0.5.2" ;;
*) exit 1 ;;