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:
- support socks5
https_proxy
(#2303 #2306) - docs: improve registry command line option documentation (#2302)
- docs: add
HELP.md
which contains doc for all command line options (#2297)
Other changes:
- Upgrade dependencies