Skip to content

Commit

Permalink
fix: Revert "update sentry version and remove ignore rustsec-2020-004…
Browse files Browse the repository at this point in the history
…1 in … (#1137)

* Revert "update sentry version and remove ignore rustsec-2020-0041 in circle config"

This reverts commit 58cc538.

* comment

* add cargo audit ignores
  • Loading branch information
tiftran authored Aug 11, 2021
1 parent 8c603de commit 48947bb
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 160 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ commands:
name: Core Rust Checks
command: |
cargo fmt -- --check
cargo audit
# https://github.com/bodil/sized-chunks/issues/11
cargo audit --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2021-0078 --ignore RUSTSEC-2021-0079
python-check:
steps:
- run:
Expand Down
Loading

0 comments on commit 48947bb

Please sign in to comment.