Open
Description
It would be useful in CI / automated publishing scenarios to have cargo set-version ...
optionally (e.g. with a flag) able to bump the version in Cargo.lock.
Currently we're relying on subsequent commands (e.g. cargo check
) in our workflow to bump the version in Cargo.lock, but this means that we can't run these commands with --locked
.