Skip to content

Releases: cargo-bins/cargo-binstall

v1.7.3

23 Jun 14:59
76814e4
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:

  • Reduce concurrent requests to GitHub to speedup resolution (#1796)

Other changes:

  • Update dependencies (#1794)

v1.7.2

20 Jun 10:54
c8fc23b
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 @timsutton for contributing to this project and notify us of the breaking we cause in homebrew-core!

We are happy to know that cargo-binstall is included in homebrew-core!

In this release:

  • Re-enable httpe support (#1783)

Other changes:

  • Disable use of lld which breaks homebrew-core and is also not working on our CI (#1781 #1782)

v1.7.1

15 Jun 07:40
0d7080e
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:

  • Make sure the token is zeroed out/erased on drop (#1761 #1769)
  • Run gh auth token in parallel to fetching from registey (#1733 #1769)

v1.7.0

15 Jun 00:41
9891eac
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 @tomasol @senekor for your contribution to cargo-binstall!

In this release:

  • Add env variable BINSTALL_NO_DISCOVER_GITHUB_TOKEN for --no-discover-github-token (#1733 #1763)
  • Use binary name when searching for artifacts (#988 #1747)
  • Prefer official binaries (#1721 #1741)
  • Support downloading pre-built artifacts from private github repository (#1681 #1690)

Other changes:

  • Bump to rust 1.79 (#1754)
  • Speedup gh-token-auto-scraping (#1746)
  • Reduce unnecessary logging (#1738 #1746)
  • Improve rate-limit checking (#1725)
  • Upgrade dependencies

v1.6.9

08 Jun 06:18
48ee0b0
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.8

25 May 01:56
2d221de
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.7

18 May 06:30
4545b16
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.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