Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 05:47
· 153 commits to main since this release
23ee8ab

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 --maximum-resolution-timeout (#1823 #1862)
  • Fix: --strategies on CLI do not seem to override disabled-strategies in the manifest (#1851 #1857)