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 c1640f8d35425f03da818bc1348d9823c4564876
parent dbd2550ef91ad3ac34979f5f43e8de20de66e742
Author: Eric Scouten <scouten@adobe.com>
Date:   Mon, 19 Dec 2022 11:51:07 -0800

(IGNORE) Temporarily disable sem ver check until we have a release that works with Rust 1.66

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