From cb50af1ce1d9aa035168213f8609beea8896e0a3 Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Thu, 9 Jan 2025 16:23:29 +0000 Subject: [PATCH] Prepare nightly release --- Cargo.lock | 2 +- cawg_identity/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09775708a..afdecfd37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "c2pa" -version = "0.41.0" +version = "0.41.0-nightly+2025-01-09-e93e2b0" dependencies = [ "actix", "anyhow", diff --git a/cawg_identity/Cargo.toml b/cawg_identity/Cargo.toml index 014818996..abb5cead2 100644 --- a/cawg_identity/Cargo.toml +++ b/cawg_identity/Cargo.toml @@ -37,7 +37,7 @@ thiserror = "1.0.61" wasm-bindgen = "0.2.95" [dev-dependencies] -c2pa = { path = "../sdk", version = "0.41.0" } +c2pa = { path = "../sdk", version = "0.41.0-nightly+2025-01-09-e93e2b0" } serde = { version = "1.0.197", features = ["derive"] } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0647506c9..86b0eb209 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] } [dependencies] anyhow = "1.0" atree = "0.5.2" -c2pa = { path = "../sdk", version = "0.41.0", features = [ +c2pa = { path = "../sdk", version = "0.41.0-nightly+2025-01-09-e93e2b0", features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index c267367ae..da19d9a9b 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa" -version = "0.41.0" +version = "0.41.0-nightly+2025-01-09-e93e2b0" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher ",