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 33365ad56cfe6f31a7b8d8bcdc6e67c3b0eb165d
parent 1c12e1c8cb3293226b4b53e1c50faa6f22414300
Author: Eric Scouten <scouten@adobe.com>
Date:   Mon, 11 Sep 2023 13:23:52 -0700

Increase actix requirement to 0.13.1 (#304)

This appears to resolve a recently-introduced build error with the `actix::test` macro in the 0.13.0 release.
Diffstat:
Msdk/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml @@ -138,4 +138,4 @@ anyhow = "1.0.40" wasm-bindgen-test = "0.3.31" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -actix = "0.13.0" +actix = "0.13.1"