From 25db2c0373263fff2ca9b323d100f075a4e3b1a7 Mon Sep 17 00:00:00 2001 From: Colt Frederickson Date: Wed, 28 Sep 2022 09:28:38 -0600 Subject: [PATCH] Update cargo-binstall to 0.14.0 (#24) Update to the latest cargo-binstall, which fixes the installation of sccache. --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 87b9cf59..b81b83b2 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.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