Author:
Hash:
Timestamp:
+1 -1 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
857d5448a701a14f32fffe687a289c238bff3681
Sun, 13 Apr 2025 11:58:59 +0000 (4 months ago)
1 | diff --git a/src/oci_interface.rs b/src/oci_interface.rs |
2 | index 83e4641..3721a9d 100644 |
3 | --- a/src/oci_interface.rs |
4 | +++ b/src/oci_interface.rs |
5 | @@ -11,7 +11,7 @@ use uuid::Uuid; |
6 | |
7 | use crate::{ |
8 | Namespace, TagOrDigest, |
9 | - address::{Address, Addressable, Blob, LayerLink, ManifestRevision, Reference, Tag, TempBlob}, |
10 | + address::{Address, Addressable, Blob, LayerLink, Reference, Tag, TempBlob}, |
11 | error::Error, |
12 | storage::{InnerStream, Storage, StorageIface}, |
13 | }; |