Skip to content

Commit

Permalink
add debug for imageclient
Browse files Browse the repository at this point in the history
Signed-off-by: ChengyuZhu6 <[email protected]>
  • Loading branch information
ChengyuZhu6 committed Jul 10, 2023
1 parent f777e8e commit 4662773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-rs/src/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct ImageMeta {
/// The metadata of image layers.
pub layer_metas: Vec<LayerMeta>,
}

#[derive(Debug)]
/// The`image-rs` client will support OCI image
/// pulling, image signing verfication, image layer
/// decryption/unpack/store and management.
Expand Down

0 comments on commit 4662773

Please sign in to comment.