Skip to content

Releases: cargo-bins/cargo-binstall

detect-wasi-v1.0.1

04 Aug 03:19
cf7c8f9
Compare
Choose a tag to compare

Other

  • Bump tempfile from 3.4.0 to 3.5.0 (#967)
  • Bump tempfile from 3.3.0 to 3.4.0 (#834)
  • Migrate CI and builds to Just, add "full" builds (#660)

detect-targets-v0.1.18

04 Aug 03:17
cf7c8f9
Compare
Choose a tag to compare

Other

  • (deps) bump the deps group across 1 directory with 2 updates (#1859)

binstalk-v0.27.1

04 Aug 03:18
cf7c8f9
Compare
Choose a tag to compare

Other

  • Add --maximum-resolution-timeout (#1862)

binstalk-manifests-v0.14.1

04 Aug 03:19
cf7c8f9
Compare
Choose a tag to compare

Other

  • updated the following local packages: detect-targets, fs-lock

v1.8.0

26 Jul 11:48
f2a184d
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: Ignore invalid Github Token (token length < 10) (#1836 #1839)
  • Add environment variable BINSTALL_DISABLE_STRATEGIES for --disable-strategies (#1833 #1838)
  • Add new option --disable-telemetry to disable quickinstall statistics collection (#1822 #1831)
  • Feature: Enable maintainers of crate to disable strategies for the crate using package.binstall (can be overriden by CLI users) (#1721 #1828)
  • Fix v1 manifest format for git and local path (#1815 #1821)
  • Fix: normalize GitHub URLs ending in .git to not ending in .git (#1801 #1803 #1804)

Other changes:

  • Fixed install-from-binstall-release.sh on raspberry pi (#1814)
  • Enable feature native-tls/vendored if both feature native-tls and static is enabled (#1694 #1832)

v1.7.4

06 Jul 06:05
7032b06
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 transitive dependencies

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