diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b67ee40..421b8e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] - Update `shfmt@latest` to 3.6.0. +- Update `cargo-binstall@latest` to 0.18.0. - Support installing `cargo-binstall` on linux with custom host targets such as x86_64-alpine-linux-musl. ## [1.15.3] - 2022-12-11 diff --git a/main.sh b/main.sh index d3a9d43b..411d1449 100755 --- a/main.sh +++ b/main.sh @@ -80,7 +80,7 @@ host_triple() { } install_cargo_binstall() { # https://github.com/cargo-bins/cargo-binstall/releases - local binstall_version="0.17.0" + local binstall_version="0.18.0" local install_binstall='1' if [[ -f "${cargo_bin}/cargo-binstall${exe}" ]]; then if [[ "$(cargo binstall -V)" == "cargo-binstall ${binstall_version}" ]]; then