From 4c140a595e97460a657573c035387b558b86a33f Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Sun, 5 Jan 2025 05:03:08 +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..ec3136d91 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-05-b12fffd" dependencies = [ "actix", "anyhow", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4a9b6f8db..97033641d 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-05-b12fffd", features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 4818cf8e8..4c43a5770 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-05-b12fffd" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher ",