cargo-bump icon indicating copy to clipboard operation
cargo-bump copied to clipboard

feat(workspaces): add simple workspace support

Open nathanielc opened this issue 3 years ago • 1 comments

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.

nathanielc avatar Feb 10 '22 22:02 nathanielc

Do you think it would be better to infer the workspace member (and require confirmation) by current work directory?

spikespaz avatar Mar 22 '22 06:03 spikespaz