Below you will find pages that utilize the taxonomy term “RobertRautenbach”
March 13, 2026
rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v3.0.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The rust-affected GitHub Action analyzes changes in a Rust workspace to identify which packages are affected by a code push. It leverages the Cargo dependency graph to determine directly modified crates, affected library or binary members, and whether a force-triggered full rebuild is necessary.
February 26, 2026
rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v2.1.4.
This action is used across all versions by ? repositories. Action Type This is a Composite 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 changes in a repository. It analyzes modified files and the Cargo dependency graph to determine directly changed crates, their transitive dependents, and affected binary targets, while also supporting full workspace rebuilds based on specific trigger files.