Skip to content

Commit c5e0655

Browse files
authored
Merge pull request #469 from flavio/prepare-0.12.1-release
Prepare 0.12.1 release
2 parents 2c87e7a + 0fe7fa8 commit c5e0655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "sigstore"
77
readme = "README.md"
88
repository = "https://github.com/sigstore/sigstore-rs"
9-
version = "0.12.0"
9+
version = "0.12.1"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true

src/cosign/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub trait CosignCapabilities {
8383
auth: &Auth,
8484
) -> Result<(OciReference, String)>;
8585

86-
/// Returns the list of [`SignatureLayer`](crate::cosign::signature_layers::SignatureLayer)
86+
/// Returns the list of [`SignatureLayer`]
8787
/// objects that are associated with the given signature object.
8888
///
8989
/// Each layer is verified, to ensure it contains legitimate data.

0 commit comments

Comments
 (0)