Skip to content

Commit

Permalink
Update cargo-binstall to 0.14.0 (#24)
Browse files Browse the repository at this point in the history
Update to the latest cargo-binstall, which fixes the installation of sccache.
  • Loading branch information
coltfred authored Sep 28, 2022
1 parent eabd84c commit 25db2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ host_triple() {
}
install_cargo_binstall() {
# https://github.com/cargo-bins/cargo-binstall/releases
binstall_version="0.13.3"
binstall_version="0.14.0"
install_binstall='1'
if [[ -f "${cargo_bin}/cargo-binstall${exe}" ]]; then
if [[ "$(cargo binstall -V)" == "cargo-binstall ${binstall_version}" ]]; then
Expand Down

0 comments on commit 25db2c0

Please sign in to comment.