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 e93e2b0 commit cb50af1
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 @@ -37,7 +37,7 @@ thiserror = "1.0.61"
wasm-bindgen = "0.2.95"

[dev-dependencies]
c2pa = { path = "../sdk", version = "0.41.0" }
c2pa = { path = "../sdk", version = "0.41.0-nightly+2025-01-09-e93e2b0" }
serde = { version = "1.0.197", features = ["derive"] }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
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-e93e2b0", 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-e93e2b0"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = [
"Maurice Fisher <[email protected]>",
Expand Down

0 comments on commit cb50af1

Please sign in to comment.