Skip to content

Commit

Permalink
Ignore duplicate wasi crate in dependency tree (#4190)
Browse files Browse the repository at this point in the history
# Objective

- CI is giving a warning about duplicate dependency because of a differing versions between `winit` and `ahash` of https://github.com/bytecodealliance/wasi
- PRs that are mergeable look like they're not.

## Solution

- Add this crate to the list of ignored duplicates
  • Loading branch information
alice-i-cecile committed Mar 12, 2022
1 parent bf6de89 commit a291b5a
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 @@ -48,6 +48,7 @@ skip = [
{ name = "ndk-glue", version = "0.5" }, # from winit v0.26.1
{ name = "ndk-sys", version = "0.2" }, # from winit v0.26.1
{ name = "stdweb", version = "0.1" }, # from rodio v0.15.0
{ name = "wasi", version = "0.10"}, # from ahash v0.7.6
]

[sources]
Expand Down

0 comments on commit a291b5a

Please sign in to comment.