Skip to content

Releases: cargo-bins/cargo-binstall

detect-targets-v0.1.54

22 Jun 12:41
e5b7740
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies

binstalk-v0.28.38

22 Jun 12:43
e5b7740
Compare
Choose a tag to compare

Other

  • updated the following local packages: detect-targets

binstalk-manifests-v0.17.1

22 Jun 12:43
e5b7740
Compare
Choose a tag to compare

Other

  • updated the following local packages: detect-targets

v1.14.0

21 Jun 15:58
f317ddf
Compare
Choose a tag to compare

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

21 Jun 15:17
d47e67b
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies

detect-targets-v0.1.53

21 Jun 15:15
d47e67b
Compare
Choose a tag to compare

Other

  • Fix glibc detection on Fedora (#2205)
  • (deps) bump windows-sys from 0.59.0 to 0.60.2 in the deps group (#2196)

binstalk-v0.28.37

21 Jun 15:16
d47e67b
Compare
Choose a tag to compare

Fixed

  • Skip binaries user didn't requst (#2199)

Other

  • check --version and $crate@$version conflict in cargo-binstall (#2201)

binstalk-manifests-v0.17.0

21 Jun 15:17
d47e67b
Compare
Choose a tag to compare

Fixed

  • Rm uninstalled crates from binstall/crates-v1.json (#2197)

binstalk-fetchers-v0.10.22

21 Jun 15:15
d47e67b
Compare
Choose a tag to compare

Added

  • Add repository host Codeberg (#2202)

v1.13.0

10 Jun 14:09
710e18f
Compare
Choose a tag to compare

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:

  • Add a --bin argument to mirror cargo install --bin (#1961 #2189)

Other changes:

  • Upgrade dependencies