From 0b204beb580efc4a3d71e6e96f269b21943d1411 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 20 Dec 2022 15:42:20 -0500 Subject: [PATCH] chore: turn off cargo audit for now --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index abd5240d..5319c9e2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,5 +24,3 @@ jobs: run: cargo fmt --all -- --check - name: Clippy run: cargo clippy --all-targets --all-features -- -D warnings - - name: Audit - run: cargo audit