Skip to content

Commit

Permalink
deny: temporarily allow duplicate wasm-encoder, wasmparser, wit-parser
Browse files Browse the repository at this point in the history
prtest:full
  • Loading branch information
Pat Hickey committed May 16, 2023
1 parent 6dc01cc commit 4745cab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,12 @@ skip-tree = [
# windows-sys, while the rest of the ecosystem has. This duplicated
# dependency appears to be benign.
{ name = "windows-sys", depth = 3 },


# TEMPORARY: until @rainy gets some time to pull in the wasm-encoder
# changes for core dumps, and bring the whole wasm-tools family up to
# their latest release, we have the following duplicates:
{ name = "wasm-encoder", depth = 3 },
{ name = "wasmparser", depth = 3 },
{ name = "wit-parser", depth = 3 },
]

0 comments on commit 4745cab

Please sign in to comment.