Releases: cargo-bins/cargo-binstall
Releases · cargo-bins/cargo-binstall
detect-targets-v0.1.54
Other
- update Cargo.lock dependencies
binstalk-v0.28.38
Other
- updated the following local packages: detect-targets
binstalk-manifests-v0.17.1
Other
- updated the following local packages: detect-targets
v1.14.0
Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install
in most cases. Install it today with cargo install cargo-binstall
, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall
.
In this release:
- Fix glibc detection on arm Fedora (#2205)
- Add support for repository host Codeberg (#2202)
- Fix error for missing binaries when
--bin
does not include any of these missing bins (#1888 #2199)
Other changes:
- Rm uninstalled crates from
$CARGO_HOME/binstall/crates-v1.json
(#2197) - Upgrade dependencies
detect-wasi-v1.0.32
Other
- update Cargo.lock dependencies
detect-targets-v0.1.53
binstalk-v0.28.37
binstalk-manifests-v0.17.0
Fixed
- Rm uninstalled crates from binstall/crates-v1.json (#2197)
binstalk-fetchers-v0.10.22
Added
- Add repository host Codeberg (#2202)
v1.13.0
Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install
in most cases. Install it today with cargo install cargo-binstall
, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall
.
In this release:
Other changes:
- Upgrade dependencies