c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit fa2d15a9481142cb48b1051da12afc6f8f9dbcd1
parent f93fd259a4da3735f7c95e972757c35a899b7a3b
Author: Eric Scouten <scouten@adobe.com>
Date:   Mon, 19 Dec 2022 12:11:40 -0800

(IGNORE) Restore sem ver check

Diffstat:
M.github/workflows/publish.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -95,10 +95,10 @@ jobs: commit_user_name: Adobe CAI Team commit_user_email: noreply@adobe.com - # - name: Ensure semantic versioning requirements are met - # uses: obi1kenobi/cargo-semver-checks-action@v1 - # with: - # crate-name: c2pa + - name: Ensure semantic versioning requirements are met + uses: obi1kenobi/cargo-semver-checks-action@v1 + with: + crate-name: c2pa - name: Create release uses: ncipollo/release-action@v1