Skip to content

Commit

Permalink
f add audit ignore for RUSTSEC-2020-0041
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Sep 11, 2020
1 parent d50ef0f commit 889a301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
command: |
rustc --version
cargo install cargo-audit
# pending https://github.com/bodil/sized-chunks/issues/11
- run:
command: cargo audit
command: cargo audit --ignore RUSTSEC-2020-0041

test:
docker:
Expand Down

0 comments on commit 889a301

Please sign in to comment.