Skip to content

Commit e33edc3

Browse files
committed
feat: Update c2pa-rs with early v2 claim support
1 parent d762471 commit e33edc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"]
1212
normal = ["openssl-src"]
1313

1414
[dependencies]
15-
c2pa = { git="https://github.com/contentauth/c2pa-rs", branch="main", features = ["file_io", "openssl", "pdf", "fetch_remote_manifests"]}
15+
c2pa = { version = "0.44.0", features = ["file_io", "openssl", "pdf", "fetch_remote_manifests"]}
1616
thiserror = "1.0.49"
1717
uniffi = "0.28.2"
1818
openssl-src = "=300.3.1" # Required for openssl-sys

0 commit comments

Comments
 (0)