macOS
brew install cargo-releaselocal Homebrew formula metadata
brew / rank 5451
Cargo subcommand release: everything about releasing a rust crate. Version 1.1.3 via Homebrew; verified 2026-07-10. Also installable with nix: nix profile install nixpkgs#cargo-release.
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 | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:cargo-release |
|---|---|
| Version | 1.1.3 |
| Package manager | Homebrew |
| Homepage | https://github.com/crate-ci/cargo-release |
| Repository | https://github.com/crate-ci/cargo-release |
| Last updated | 2026-07-10T18:05:03Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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.3-r0
Everything about releasing a rust crate
https://github.com/crate-ci/cargo-release
sudo apk add cargo-releasecargo-release 1.1.3-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.