Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): add dedicated job for ensuring the lockfile is up-to-date
Instead of running with `--locked` which would require us to pick a CI job that does this, we can add a dedicated job that only has as its responsibility to ensure that `Cargo.lock` is up-to-date. Fixes #3547. Pull-Request: #3587.
- Loading branch information