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 ac04d9c69f35b666f79543796b8fbfd2459c49d8
parent a9ecd4993ddc658605140f8dac8789f38ea1b697
Author: Eric Scouten <scouten@adobe.com>
Date:   Mon, 23 May 2022 22:41:55 -0700

Remove unnecessary steps from cargo-deny job (#6)


Diffstat:
M.github/workflows/ci.yml | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -144,15 +144,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - - - name: Install cargo deny - run: cargo install cargo-deny - - name: Audit crate dependencies uses: EmbarkStudios/cargo-deny-action@v1 with: