We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c87e7a + 0fe7fa8 commit c5e0655Copy full SHA for c5e0655
Cargo.toml
@@ -6,7 +6,7 @@ license = "Apache-2.0"
6
name = "sigstore"
7
readme = "README.md"
8
repository = "https://github.com/sigstore/sigstore-rs"
9
-version = "0.12.0"
+version = "0.12.1"
10
11
[package.metadata.docs.rs]
12
all-features = true
src/cosign/mod.rs
@@ -83,7 +83,7 @@ pub trait CosignCapabilities {
83
auth: &Auth,
84
) -> Result<(OciReference, String)>;
85
86
- /// Returns the list of [`SignatureLayer`](crate::cosign::signature_layers::SignatureLayer)
+ /// Returns the list of [`SignatureLayer`]
87
/// objects that are associated with the given signature object.
88
///
89
/// Each layer is verified, to ensure it contains legitimate data.
0 commit comments