Skip to content

v1.10.10

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 02:59
· 94 commits to main since this release
2c1f156

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:

  • Use rc-zip-sync for zip extraction (#1080 #1942)
  • Better UI: default to "yes" for installation prompt, and display more readable message for the prompt (#1943 #1948 #1950 )

Other changes:

  • Upgrade dependencies (#1949)