Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix semver checks by pinning working dep version
It appears that the update of tame-index from 0.12.1 to 0.12.2 contains API-breaking changes, which result in cargo-semver-checks compilation error. To work around this, a custom setup of cargo-semver-checks is done that pins tame-index to 0.12.1 version. This should be reverted once tame-index issues 0.12.3 that reverts back the breaking changes.
- Loading branch information