From 6e667450ef65955293480c26e447ff1071eb2ea5 Mon Sep 17 00:00:00 2001 From: scouten-adobe <86495592+scouten-adobe@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:34:42 +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 7cdb005e1..394882d56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -711,7 +711,7 @@ checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "c2pa" -version = "0.46.0" +version = "0.46.0-nightly+2025-02-26-1cc1066" dependencies = [ "actix", "anyhow", diff --git a/cawg_identity/Cargo.toml b/cawg_identity/Cargo.toml index c19486941..1027cd3fa 100644 --- a/cawg_identity/Cargo.toml +++ b/cawg_identity/Cargo.toml @@ -30,7 +30,7 @@ v1_api = ["c2pa/v1_api", "c2pa/file_io"] [dependencies] async-trait = "0.1.78" base64 = "0.22.1" -c2pa = { path = "../sdk", version = "0.46.0" } +c2pa = { path = "../sdk", version = "0.46.0-nightly+2025-02-26-1cc1066" } c2pa-crypto = { path = "../internal/crypto", version = "0.6.2" } c2pa-status-tracker = { path = "../internal/status-tracker", version = "0.5.0" } chrono = { version = "0.4.38", features = ["serde"] } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b26bde8e8..083f174af 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] } [dependencies] anyhow = "1.0" atree = "0.5.2" -c2pa = { path = "../sdk", version = "0.46.0", features = [ +c2pa = { path = "../sdk", version = "0.46.0-nightly+2025-02-26-1cc1066", features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6f49f088b..d0cd49d7b 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa" -version = "0.46.0" +version = "0.46.0-nightly+2025-02-26-1cc1066" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher ",