rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v4.0.1.
- 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 analyzes a Rust workspace to determine which packages are impacted by changes to specific files, leveraging the Cargo dependency graph. It automates the identification of directly modified crates, affected library and binary members, and whether a full workspace rebuild is needed due to specific trigger files. This action helps optimize workflows by narrowing the scope of tasks, such as testing or deployment, to only the impacted components in large Rust projects.
What’s Changed
What’s Changed
- build(deps): bump rust from 1.94.0-alpine3.23 to 1.94.1-alpine3.23 by @dependabot[bot] in https://github.com/RobertRautenbach/rust-affected/pull/13
- build(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in https://github.com/RobertRautenbach/rust-affected/pull/14
Full Changelog: https://github.com/RobertRautenbach/rust-affected/compare/v4.0.0...v4.0.1