Skip to content

Commit

Permalink
Prepare nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeacock authored and Adobe CAI Team committed Feb 7, 2025
1 parent 2395bd2 commit 6b895dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
async-trait = "0.1.78"
base64 = "0.22.1"
c2pa = { path = "../sdk", version = "0.45.2", features = ["openssl"] }
c2pa = { path = "../sdk", version = "0.45.2-nightly+2025-02-07-2395bd2", features = ["openssl"] }
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"] }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.45.2", features = [
c2pa = { path = "../sdk", version = "0.45.2-nightly+2025-02-07-2395bd2", 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.45.2"
version = "0.45.2-nightly+2025-02-07-2395bd2"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = [
"Maurice Fisher <[email protected]>",
Expand Down

0 comments on commit 6b895dc

Please sign in to comment.