macOS
brew install cargo-releaselocal Homebrew formula metadata
brew
Cargo subcommand release: everything about releasing a rust crate. Version 1.1.2 via Homebrew; verified 2026-06-22.
install
brew install cargo-releaselocal Homebrew formula metadata
sudo apk add cargo-releaseAlpine Linux edge package indexes · cargo-release · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#cargo-releasenixpkgs package indexes · pkgs/by-name/ca/cargo-release/package.nix · source: api.github.com
sudo pacman -S cargo-releaseArch Linux sync databases · cargo-release · source: geo.mirror.pkgbuild.com
overview
Cargo subcommand release: everything about releasing a rust crate
history
cargo-release is a Cargo subcommand that wraps common Rust crate release tasks such as validation, version bumps, changelog replacements, publishing, tagging, and pushing.
The crate was first published on crates.io in March 2016, the same month the GitHub repository was created. Its README frames the tool as an extension of cargo publish with release-management defaults, while the reference documents a step-based CLI and configuration model.
The tool has long-running crates.io distribution, with 146 versions reported by the crates.io API and v1.1.2 current in 2026. Batch package facts list it in Homebrew, Alpine, Nix, and Arch, indicating use outside direct cargo install workflows.
The default mode is a dry run: users run cargo release [level] to preview changes and add --execute to perform the release. The reference lists steps for changes, version, replace, hook, commit, publish, owner, tag, push, and config.
It matters to Rust package maintainers because crate releases are multi-step and easy to get subtly wrong; cargo-release centralizes version policy, workspace dependency updates, publishing, and git tagging in a reproducible Cargo-native workflow.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/cargo-release/release.toml~/Library/Application Support/cargo-release/release.toml$CRATE/Cargo.toml ([package.metadata.release])$CRATE/release.toml$WORKSPACE/Cargo.toml ([workspace.metadata.release])$WORKSPACE/release.toml~/.release.toml%FOLDERID_RoamingAppData%/cargo-release/release.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cargo-release | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/crate-ci/cargo-release
install metadata
| Package key | brew:cargo-release |
|---|---|
| Version | 1.1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cargo-release |
| Homepage | https://github.com/crate-ci/cargo-release |
| Repository | https://github.com/crate-ci/cargo-release |
| Upstream docs | https://github.com/crate-ci/cargo-release#readme |
| License | Apache-2.0 OR MIT |
| Source archive | https://github.com/crate-ci/cargo-release/archive/refs/tags/v1.1.2.tar.gz |
| Last updated | 2026-06-22T14:02:58-07:00 |
| Pulse | updated |
| Dependencies | libgit2 |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cargo-release |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
cargo-release
nix profile install nixpkgs#cargo-releasecargo-release 1.1.2-r0
Everything about releasing a rust crate
https://github.com/crate-ci/cargo-release
sudo apk add cargo-releasecargo-release 1.1.2-1
Cargo subcommand "release": everything about releasing a rust crate
https://github.com/crate-ci/cargo-release
sudo pacman -S cargo-releasesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.