Skip to content

Commit

Permalink
Bump cargo-binstall to v0.18.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed Dec 14, 2022
1 parent a75cc52 commit 1fa8737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Expand Up @@ -80,7 +80,7 @@ host_triple() {
}
install_cargo_binstall() {
# https://github.com/cargo-bins/cargo-binstall/releases
local binstall_version="0.18.0"
local binstall_version="0.18.1"
local 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 1fa8737

Please sign in to comment.