ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

Update to use external `ocidir` crate #638

Closed cgwalters closed 1 month ago

cgwalters commented 1 month ago

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 commented 1 month ago

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

https://github.com/containers/containers-image-proxy-rs/pull/65