Skip to content

Commit 093e82a

Browse files
authored
Merge pull request #97 from contentauth/gpeacock/c2pa_rs_49_2
chore: update to c2pa_rs 0.49.2
2 parents 1cfd2c8 + 96cb110 commit 093e82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c2pa-python"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
authors = ["Gavin Peacock <[email protected]"]
66

@@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"]
1212
normal = ["openssl-src"]
1313

1414
[dependencies]
15-
c2pa = { version = "0.48.1", features = ["file_io", "pdf", "fetch_remote_manifests"]}
15+
c2pa = { version = "0.49.2", features = ["file_io", "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)