Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 07:46
· 366 commits to main since this release
6a1d317

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.

Bugfixes

  • Fix fallback to x86_64h-apple-darwin on aarch64-apple-darwin: Now it only fallbacks if arch -arch x86_64h /usr/bin/true success since Rosetta 2 doesn't support AVX yet (#1277 #1278)
  • Fix our universal-apple-darwin pre-built listed below for pre-haswell Intel CPUs (#1277 #1279)
  • Fix our installation script and the action on MacOS: Since it users our universal binary by default and the GHA MacOS runner uses pre-haswell Intel CPU, it will fail due to bad cpu type (#1277 #1279)