Closed kpcyrd closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 29.02%. Comparing base (
57570dd
) to head (957503c
). Report is 58 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
@kpcyrd do you mind a rebase?
Done!
Could you please release a new version? :) the latest version on crates.io still breaks cargo outdated -R
for my project.
Could you please release a new version? :) the latest version on crates.io still breaks
cargo outdated -R
for my project.
What type of PR is this?
/kind dependency-change
What this PR does / why we need it:
The current version constraint causes issues, specifying a dependency of
1
indicates compatibility with any other1.*.*
version of the regex crate, which I think is the case here.This is related to discussion in https://github.com/containers/oci-spec-rs/issues/190#issuecomment-2383800512
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Thanks!
Does this PR introduce a user-facing change?