Skip to content

Commit

Permalink
Prepare nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Jan 1, 2025
1 parent 52ff043 commit 70ff1fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.41.0", features = [
c2pa = { path = "../sdk", version = "0.41.0-nightly+2025-01-01-52ff043", features = [
"fetch_remote_manifests",
"file_io",
"add_thumbnails",
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2pa"
version = "0.41.0"
version = "0.41.0-nightly+2025-01-01-52ff043"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = [
"Maurice Fisher <[email protected]>",
Expand Down

0 comments on commit 70ff1fc

Please sign in to comment.