Would it be possible to add an option to have the auto-version-incrementing also modify the version in `Cargo.toml` (and `Cargo.lock`)? For bonus points, can this also commit + tag a new version in git, like `cargo-bump --git` does?
Would it be possible to add an option to have the auto-version-incrementing also modify the version in
Cargo.toml(andCargo.lock)?For bonus points, can this also commit + tag a new version in git, like
cargo-bump --gitdoes?