Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the CI configuration in the justfile to better support determining a crate’s minimum supported Rust version.
- Updated the get-msrv rule to explicitly specify the package as main_crate.
- Modified the call to get-crate-field to include the package parameter.
Comments suppressed due to low confidence (1)
justfile:136
- The updated get-msrv rule now explicitly passes a package parameter. Please verify that this change is consistent with how similar rules are defined elsewhere and that the parameter order and default values (if any) are handled as expected.
get-msrv package=main_crate: (get-crate-field 'rust_version' package)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
=======================================
Coverage 85.13% 85.13%
=======================================
Files 13 13
Lines 222 222
Branches 222 222
=======================================
Hits 189 189
Misses 7 7
Partials 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merged
nyurik
added a commit
that referenced
this pull request
Jun 6, 2025
## 🤖 New release * `sqlite-hashes`: 0.10.1 -> 0.10.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.10.2](v0.10.1...v0.10.2) - 2025-06-06 ### Fixed - fix justfile jq assertion - fix justfile jq test ### Other - set release-plz CI ([#94](#94)) - validate if published in CI ([#93](#93)) - ci updates ([#92](#92)) - more ci updates ([#91](#91)) - More rework of CI and justfiles ([#90](#90)) - update dependabot - ci cleanup </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
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.
No description provided.