cargo-workspaces
cargo-workspaces copied to clipboard
Support `changed` for workspace dependencies
https://github.com/rust-lang/cargo/issues/8415
It might be a bit hard because if the version of a dependency changes in the workspace, then we need treat every package that uses that dependency as changed.