Update cargo-hack and cargo-llvm-cov

This commit is contained in:
Taiki Endo
2022-05-12 09:55:58 +09:00
parent 74b1a6bda9
commit 1a26a6ebba
3 changed files with 6 additions and 3 deletions

View File

@@ -57,9 +57,9 @@ 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.12" ;;
cargo-hack) latest_version="0.5.13" ;;
# https://github.com/taiki-e/cargo-llvm-cov/releases
cargo-llvm-cov) latest_version="0.3.3" ;;
cargo-llvm-cov) latest_version="0.4.0" ;;
# https://github.com/taiki-e/cargo-minimal-versions/releases
cargo-minimal-versions) latest_version="0.1.3" ;;
# https://github.com/taiki-e/parse-changelog/releases