fix(cachet): Fix broken seatbelt dev dependency path#409
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #409 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 227 227
Lines 16740 16740
=======================================
Hits 16740 16740 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the cachet crate for the v0.2.1 release by bumping versions across the workspace, updating the crate changelog, and refreshing README/docs.rs links.
Changes:
- Bump
cachetto v0.2.1 incrates/cachet, workspace dependencies, andCargo.lock. - Add a
0.2.1release entry tocrates/cachet/CHANGELOG.md. - Update
crates/cachet/README.mddocs.rs links to point at0.2.1.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| crates/cachet/README.md | Updates docs.rs links/footnotes to reference cachet v0.2.1. |
| crates/cachet/CHANGELOG.md | Adds the v0.2.1 release notes. |
| crates/cachet/Cargo.toml | Bumps crate version and changes seatbelt dev-dependency specification. |
| Cargo.toml | Bumps workspace dependency version for cachet to v0.2.1. |
| Cargo.lock | Updates the locked cachet package version to v0.2.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
psandana
reviewed
May 8, 2026
psandana
reviewed
May 8, 2026
psandana
requested changes
May 8, 2026
psandana
approved these changes
May 8, 2026
ralfbiedert
reviewed
May 8, 2026
AdomasBekeras
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release pipeline doesn't sort release priority based on dev-deps, but it still checks for those packages before releasing. When Seatbelt was updated to 0.4.5 in #387, it tried to check for the 0.4.5 release before actually releasing it, and got stuck. This PR changes it to a path ref to avoid this issue.