mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
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
This commit is contained in:
parent
bf6de89622
commit
a291b5aaed
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue