From cac6875bfd1d32e6c324cadcc4138a3e755a5766 Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Sat, 4 Jan 2025 05:03:07 +0000 Subject: [PATCH] Prepare nightly release --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5d7b5502..94f1fce6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "c2pa" -version = "0.40.0" +version = "0.40.0-nightly+2025-01-04-b12fffd" dependencies = [ "actix", "anyhow", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4a9b6f8db..12979e2e3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,7 +20,7 @@ repository = "https://github.com/contentauth/c2pa-rs/tree/main/cli" [dependencies] anyhow = "1.0" atree = "0.5.2" -c2pa = { path = "../sdk", version = "0.40.0", features = [ +c2pa = { path = "../sdk", version = "0.40.0-nightly+2025-01-04-b12fffd", features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 4818cf8e8..f265aafee 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa" -version = "0.40.0" +version = "0.40.0-nightly+2025-01-04-b12fffd" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher ",