Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants