cargo-consolidate
Version updated for https://github.com/r0x0d/cargo-consolidate to version v0.2.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
cargo-consolidate is a GitHub Action and Cargo subcommand designed to analyze Rust workspaces for shared dependencies and flag version mismatches. It helps developers consolidate dependencies into a centralized [workspace.dependencies] section, improving dependency management and reducing version conflicts. The action is read-only, making it safe for CI pipelines, and provides clear reports on shared dependencies, version mismatches, and already centralized dependencies without modifying Cargo.toml files.
Release notes
Full Changelog: https://github.com/r0x0d/cargo-consolidate/compare/v0.1.0...v0.2.0