Skip to content

v1.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 15:12
· 1 commit to main since this release
acd08f1

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 automatic musl target fallback for android and alpine (#2076)
  • feat: Use CARGO_BUILD_TARGET as fallback for --target if it is not specified (#2075)

Other changes:

  • Use rust implementation of bzip (#2071)
  • Upgrade dependencies (#2072 #2077)