diff --git a/CHANGELOG.md b/CHANGELOG.md index 9549e2b9..88c5b0f2 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 `wasmtime@latest` to 3.0.0. +- Update `cargo-binstall@latest` to 0.17.0. ## [1.14.4] - 2022-11-04 diff --git a/main.sh b/main.sh index 3d052ab5..de58f1a0 100755 --- a/main.sh +++ b/main.sh @@ -80,7 +80,7 @@ host_triple() { } install_cargo_binstall() { # https://github.com/cargo-bins/cargo-binstall/releases - binstall_version="0.16.0" + binstall_version="0.17.0" install_binstall='1' if [[ -f "${cargo_bin}/cargo-binstall${exe}" ]]; then if [[ "$(cargo binstall -V)" == "cargo-binstall ${binstall_version}" ]]; then