rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v4.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The rust-affected GitHub Action identifies which packages in a Rust workspace are impacted by file changes, leveraging the Cargo dependency graph. It automates the detection of directly changed crates, affected library and binary members, and provides an option to force the entire workspace as affected based on specific file modifications. This tool streamlines workflows by enabling targeted testing, builds, or deployments, reducing unnecessary processing and improving efficiency.
What’s Changed
Full Changelog: https://github.com/RobertRautenbach/rust-affected/compare/v3...v4.0.0