diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de33bba..5558ba20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `cargo-binstall@latest` to 0.13.3. + ## [1.13.5] - 2022-09-24 - Update `cargo-hack@latest` to 0.5.20. diff --git a/main.sh b/main.sh index d3040dab..b520c9ec 100755 --- a/main.sh +++ b/main.sh @@ -84,7 +84,7 @@ install_cargo_binstall() { host_triple # https://github.com/cargo-bins/cargo-binstall/releases - binstall_version="0.13.1" + binstall_version="0.13.3" base_url="https://github.com/cargo-bins/cargo-binstall/releases/download/v${binstall_version}/cargo-binstall" case "${host}" in x86_64-unknown-linux-gnu) url="${base_url}-x86_64-unknown-linux-musl.tgz" ;;