c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 0fe0b8ca2efd4c424fa4fd83e80f85a931380f7e
parent c1640f8d35425f03da818bc1348d9823c4564876
Author: Eric Scouten <scouten@adobe.com>
Date:   Mon, 19 Dec 2022 12:06:40 -0800

Update xmp-toolkit from 0.6.0 to 1.0.0 (#165)


Diffstat:
Msdk/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml @@ -92,7 +92,7 @@ ureq = "2.4.0" image = { version = "0.24.2", optional = true } instant = "0.1.0" openssl = { version = "0.10.31", features = ["vendored"], optional = true } -xmp_toolkit = { version = "0.6.0", optional = true } +xmp_toolkit = { version = "1.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] console_log = { version = "0.2", features = ["color"] }