Skip to content

Commit

Permalink
Merge pull request #5134 from cakebaker/deny_toml_add_bitflags_to_ski…
Browse files Browse the repository at this point in the history
…p_list

deny.toml: add bitflags to skip list
  • Loading branch information
cakebaker authored Aug 7, 2023
2 parents 76b8c29 + 0f5b6e8 commit 4880c2d
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 4880c2d

Please sign in to comment.