Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use external ocidir crate #638

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

cgwalters
Copy link
Member

I moved the code that was in ocidir to a new repository and crate: https://github.com/containers/ocidir-rs/

It definitely cleans things up here.

@cgwalters
Copy link
Member Author

Ah right, this is also a semver break because we're bumping oci-spec, which is why the bootc tests fail.

containers/containers-image-proxy-rs#65

I moved the code that was in `ocidir` to a new repository
and crate: https://github.com/containers/ocidir-rs/

It definitely cleans things up here to use it.

However when doing that I also bumped the `oci-spec`
crate there, which requires a corresponding bump
of the containers-image-proxy crate's semver.

And because we re-export that, we'll need to
bump our semver.

Signed-off-by: Colin Walters <[email protected]>
@cgwalters cgwalters merged commit 1ac0d14 into ostreedev:main Jun 4, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants