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 9, 2025
1 parent ad3f8a8 commit faea574
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 cawg_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
async-trait = "0.1.78"
c2pa = { path = "../sdk", version = "0.41.0" }
c2pa = { path = "../sdk", version = "0.41.0-nightly+2025-01-09-ad3f8a8" }
c2pa-crypto = { path = "../internal/crypto", version = "0.3.0" }
ciborium = "0.2.2"
hex-literal = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-ad3f8a8", 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-09-ad3f8a8"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = [
"Maurice Fisher <[email protected]>",
Expand Down

0 comments on commit faea574

Please sign in to comment.