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 cargo
config.tomlincludefield for recursive loading (#2531) - Add github attestation for release artifacts verification (#2549)
- Prefer quic and tls over udp/tcp for dns configs of interfaces discovered on windows (#2550)
Bug fixes:
- Fallback to quad9, cloudflare and then google dns if reading
/etc/resolv.conffails, prefer QUIC, then http3, tls, http2, fallback to udp/TCP (#2181 #2550) - Fix Error message outputs ANSI escape sequences (#2554 #2556)