mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Update cargo-binstall to 0.13.3
This commit is contained in:
@@ -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.
|
||||
|
||||
2
main.sh
2
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" ;;
|
||||
|
||||
Reference in New Issue
Block a user