Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR tweaks the installation of `cargo-semver-checks` to make it use the `--locked` flag. Installing binaries with their locked dependency versions makes it less likely that you might run into issues caused by bugs in dependency libraries, since your installed dependency versions match the versions used in the binary's own test environment. This is a recommendation that applies to most Rust binary tools. For example, here's cargo-nextest recommending the same: https://nexte.st/book/installing-from-source.html#installing-from-cratesio
- Loading branch information