Skip to content

Commit

Permalink
Added back ahash and hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Nov 30, 2021
1 parent c02ef20 commit ffc023c
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 @@ -169,6 +169,8 @@ deny = [
]
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
{ name = "ahash", version = "=0.4.7" },
{ name = "hashbrown", version = "=0.9.1" },
{ name = "gimli", version = "=0.25.0" },
{ name = "cfg-if", version = "=0.1.10" },
{ name = "strsim", version = "=0.8.0" },
Expand Down

0 comments on commit ffc023c

Please sign in to comment.