Skip to content

Releases: cargo-bins/cargo-binstall

v1.6.6

11 May 03:52
496eda8
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:

  • Upgrade dependencies

v1.6.5

03 May 08:36
dfdaf69
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:

  • Upgrade dependencies

v1.6.4

09 Mar 05:48
be2934e
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:

  • Update dependencies

v1.6.3

13 Feb 09:24
0c219eb
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.

Other changes:

  • Update dependencies

v1.6.2

04 Feb 02:09
3f271cc
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:

v1.6.1

21 Jan 09:31
a7c6918
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 Unmatched checksum error (#1575 #1585)
  • detect-target: fallback on targets we don't explicitly have support for (#1573 #1574)
  • Fix detect-targets on android targets (#1573 #1576)

Other changes:

  • Fix missing spaces in error log (#1577)
  • Updates gix from 0.57.1 to 0.58.0 (#1581)
  • Use upstream gix::Url::Display implementation when logging (#1581 #1582)

v1.6.0

13 Jan 10:10
7d25079
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:

  • Impl new option --continue-on-failure to continue batch installation even if some crates failed to install (#1548 #1559)

Other changes:

  • Disable zlib-ng for aarch64 linux and re-enable it for x64 linux (#1565)

v1.5.0

07 Jan 01:10
763885b
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.

Thank you @dustinblackman for contributing to cargo-binstall!

In this release:

  • Add environment variable BINSTALL_STRATEGIES for the --strategies parameter to control strategies on a per environment level, rather than per command (#1555)

Other changes:

  • Updates gix from 0.56.0 to 0.57.1 (#1550 #1553)
  • Updates embed-resource from 2.4.0 to 2.4.1 (#1556)

v1.4.9

26 Dec 11:28
b48410f
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:

  • Updates async_zip from 0.0.15 to 0.0.16 (#1542)
  • Add support for zip file using deflate64 compression algorithm (#1542)
  • Update transitive dependencies (#1542)

v1.4.8

16 Dec 04:57
ef85500
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: remove a trailing slash in registry index URL (#1528)