Install cargo-binstall
Version updated for https://github.com/cargo-bins/cargo-binstall to version v1.16.6.
- This action is used across all versions by 12 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Cargo Binstall is a tool for efficiently installing Rust binary crates as an alternative to building from source with cargo install. It automates the process by fetching precompiled artifacts from CI releases, third-party hosts, or falling back to building from source, reducing overhead for developers and package maintainers. This action simplifies binary installation, supports unattended use in CI, and functions as a drop-in replacement for cargo install in many cases.
Release notes
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:
- Upgrade dependencies