Skip to content

Commit

Permalink
Skip the version of wasmparser depended on by object.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed May 4, 2021
1 parent 41561a4 commit 3f62e9b
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 @@ -175,6 +175,7 @@ skip = [
{ name = "semver-parser", version = "=0.7.0" },
{ name = "rustc_version", version = "=0.2.3" },
{ name = "itertools", version = "0.9.0" },
{ name = "wasmparser", version = "0.57.0" },
{ name = "wast", version = "=24.0.0" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
Expand Down

0 comments on commit 3f62e9b

Please sign in to comment.