Skip to content

Commit

Permalink
chore: skip duplicate wasi crate from cargo deny check (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
alce committed Aug 29, 2020
1 parent 594a542 commit 40e64b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ deny = [
skip-tree = [
{ name = "winapi", version = "<= 0.3" },
{ name = "autocfg", version = "<= 1" },
{ name = "base64", version = "<= 0.11" },
{ name = "version_check", version = "<= 0.9" },
{ name = "scoped-tls", version = ">=0.1" },
{ name = "ansi_term", version = "<= 0.12"}
{ name = "ansi_term", version = "<= 0.12"},
{ name = "wasi", version = "<= 0.10.0"},
]

[licenses]
Expand Down

0 comments on commit 40e64b5

Please sign in to comment.