diff --git a/Cargo.toml b/Cargo.toml index 496ff863..69bfe988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa-python" -version = "0.6.2" +version = "0.6.3" edition = "2021" authors = ["Gavin Peacock Self::Manifest { reason: err_str }, ClaimMissing { label } => Self::ManifestNotFound { reason: err_str }, AssertionDecoding(_) | ClaimDecoding => Self::Decoding { reason: err_str }, - AssertionEncoding | XmlWriteError | ClaimEncoding => Self::Encoding { reason: err_str }, + AssertionEncoding(_) | XmlWriteError | ClaimEncoding => Self::Encoding { reason: err_str }, InvalidCoseSignature { coset_error } => Self::Signature { reason: err_str }, CoseSignatureAlgorithmNotSupported | CoseMissingKey