Cargo Binstall Versions Save

Binary installation for rust projects

v1.6.4

2 months ago

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

3 months ago

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

3 months ago

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:

  • Load system-wide certification when using rustls (nabijaczleweli/cargo-update#250 #1589)

v1.6.1

3 months ago

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

4 months ago

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

4 months ago

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

4 months ago

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

4 months ago

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)

v1.4.7

5 months ago

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 tokio from 1.34.0 to 1.35.0
  • Updates gix from 0.55.2 to 0.56.0
  • Updates command-group from 4.1.0 to 5.0.1

v1.4.6

5 months ago

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 itertools from 0.11.0 to 0.12.0

  • Updates windows from 0.51.1 to 0.52.0

  • Updates default-net from 0.20.0 to 0.21.0 : used in dns resolution on windows

  • Updates windows-sys from 0.48.0 to 0.52.0

  • Bump transitive dependencies