Skip to content

Commit

Permalink
Merge #3427
Browse files Browse the repository at this point in the history
3427: Fix cargo-deny failing on webc crate r=ptitSeb a=fschutt



Co-authored-by: Felix Schütt <felix@wasmer.io>
Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
  • Loading branch information
3 people authored Dec 16, 2022
2 parents 2f64388 + b46e583 commit 4720045
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 = "webc" }, # licence is not fetched correctly and end up as unknown
{ name = "ahash", version = "=0.4.7" },
{ name = "hashbrown", version = "=0.9.1" },
{ name = "cfg-if", version = "=0.1.10" },
Expand Down

0 comments on commit 4720045

Please sign in to comment.