Skip to content

Commit a291b5a

Browse files
Ignore duplicate wasi crate in dependency tree (#4190)
# 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
1 parent bf6de89 commit a291b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ skip = [
4848
{ name = "ndk-glue", version = "0.5" }, # from winit v0.26.1
4949
{ name = "ndk-sys", version = "0.2" }, # from winit v0.26.1
5050
{ name = "stdweb", version = "0.1" }, # from rodio v0.15.0
51+
{ name = "wasi", version = "0.10"}, # from ahash v0.7.6
5152
]
5253

5354
[sources]

0 commit comments

Comments
 (0)