Skip to content

Commit

Permalink
Fixed cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed May 26, 2021
1 parent 457fc2c commit 6337b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ deny = [
]
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
{ name = "cfg-if", version = "0.1.10" },
{ name = "strsim", version = "=0.8.0" },
{ name = "semver", version = "=0.9.0" },
{ name = "semver-parser", version = "=0.7.0" },
Expand Down

0 comments on commit 6337b02

Please sign in to comment.