cargo-bump
cargo-bump copied to clipboard
feat(workspaces): add simple workspace support
If we are operating in a workspace then require the --manifest-path
option to disambiguate which workspace member we should bump.
I had to update the toml_edit dependency because of a build
failure. Additionally I added a new dependency same_file
to easily and
safely compare manifests file paths.
Happy to change the approach if a better one is recommended.
Do you think it would be better to infer the workspace member (and require confirmation) by current work directory?