Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a CI check to ensure Cargo.lock file remains up-to-date (#597)
* Add a CI check to ensure Cargo.lock file remains up-to-date This adds a new CI "cargo-verification" check to ensure the `Cargo.lock` file is valid for the current state of all manifests within the workspace. This avoids having `Cargo.lock` files changes leak into unrelated PRs, and allows tools like Nix to always have a valid lock file present at each published release to ensure reproducible builds. * Use default features, targets for lock file check
- Loading branch information