From 49d23019d20af2c8062cbd892c48b961c5e7d1e7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 20 Feb 2022 11:13:16 +0900 Subject: [PATCH] Update cargo-llvm-cov and shfmt --- CHANGELOG.md | 3 +++ main.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4ac7f5..d48a999e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `cargo-llvm-cov@latest` to 0.2.1. +- Update `shfmt@latest` to 3.4.3. + ## [1.1.5] - 2022-02-08 - Update `wasmtime@latest` to 0.34.0. diff --git a/main.sh b/main.sh index ecf371d0..d30ab0ea 100755 --- a/main.sh +++ b/main.sh @@ -59,7 +59,7 @@ for tool in "${tools[@]}"; do # https://github.com/taiki-e/cargo-hack/releases cargo-hack) latest_version="0.5.12" ;; # https://github.com/taiki-e/cargo-llvm-cov/releases - cargo-llvm-cov) latest_version="0.2.0" ;; + cargo-llvm-cov) latest_version="0.2.1" ;; # 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 @@ -121,7 +121,7 @@ for tool in "${tools[@]}"; do ;; shfmt) # https://github.com/mvdan/sh/releases - latest_version="3.4.2" + latest_version="3.4.3" repo="mvdan/sh" case "${OSTYPE}" in linux*) target="linux_amd64" ;;