Skip to content

Commit

Permalink
deny.toml: add bitflags to skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Aug 6, 2023
1 parent 76b8c29 commit 0f5b6e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ skip = [
{ name = "aho-corasick", version = "0.7.19" },
# various crates
{ name = "syn", version = "1.0.109" },
# various crates
{ name = "bitflags", version = "1.3.2" },
]
# spell-checker: enable

Expand Down

0 comments on commit 0f5b6e8

Please sign in to comment.