Skip to content

Commit

Permalink
Fix cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed May 14, 2021
1 parent 12fc1fb commit 2e28932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ skip = [
{ name = "semver", version = "=0.9.0" },
{ name = "semver-parser", version = "=0.7.0" },
{ name = "rustc_version", version = "=0.2.3" },
{ name = "gimli", version = "=0.24.0" },
{ name = "itertools", version = "0.9.0" },
{ name = "wasmparser", version = "0.57.0" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
Expand Down

0 comments on commit 2e28932

Please sign in to comment.