-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from contentauth/gpeacock/v2_claims
feat: Update c2pa_rs with early v2 claims testing support
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "c2pa-python" | ||
version = "0.6.2" | ||
version = "0.6.3" | ||
edition = "2021" | ||
authors = ["Gavin Peacock <[email protected]"] | ||
|
||
|
@@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"] | |
normal = ["openssl-src"] | ||
|
||
[dependencies] | ||
c2pa = { version = "0.43.0", features = ["unstable_api", "file_io", "openssl", "pdf", "fetch_remote_manifests"]} | ||
c2pa = { version = "0.44.0", features = ["file_io", "openssl", "pdf", "fetch_remote_manifests"]} | ||
thiserror = "1.0.49" | ||
uniffi = "0.28.2" | ||
openssl-src = "=300.3.1" # Required for openssl-sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters