From 82fd61b49dc8959605611cfcfe0990893ac0faf9 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Thu, 10 Sep 2020 07:44:50 -0700 Subject: [PATCH] f use `--ignore` --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a434ad4240..e78ecdbb41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ commands: name: Setup Rust checks command: | rustup component add rustfmt - # cargo install cargo-audit + cargo install cargo-audit rustup component add clippy rust-check: steps: @@ -29,8 +29,8 @@ commands: name: Core Rust Checks command: | cargo fmt -- --check - # skipping audit pending https://github.com/bodil/sized-chunks/issues/11 - #cargo audit + # https://github.com/bodil/sized-chunks/issues/11 + cargo audit --ignore RUSTSEC-2020-0041 rust-clippy: steps: - run: