You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Remove GITHUB_TOKEN and GH_TOKEN when fallback to installing from source using cargo-install (#2533)
This reduces the risk of leaks of tokens for users who pass the GITHUN_TOKEN or GH_TOKEN
environment variables to cargo-binstall to avoid GitHub API rate limits.
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:
feat: support cargo:token and cargo:token-from-stdout auth for private registries (#2526#2528)