Skip to content

Commit

Permalink
Merge pull request #631 from cgwalters/reexport-proxy
Browse files Browse the repository at this point in the history
lib: Re-export containers_image_proxy in full
  • Loading branch information
cgwalters committed May 28, 2024
2 parents c0e8c8f + d94395b commit 1ac39fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// Re-export our dependencies. See https://gtk-rs.org/blog/2021/06/22/new-release.html
// "Dependencies are re-exported". Users will need e.g. `gio::File`, so this avoids
// them needing to update matching versions.
pub use containers_image_proxy;
pub use containers_image_proxy::oci_spec;
pub use ostree;
pub use ostree::gio;
Expand Down

0 comments on commit 1ac39fc

Please sign in to comment.