Ignore foreign-types* duplicate deps on macOS
The dependency is duplicated due to examples, yet we still need to exclude checking it. Fixes #3093.
This commit is contained in:
parent
0caba93b51
commit
992aeb0ca0
2 changed files with 13 additions and 11 deletions
|
|
@ -77,7 +77,7 @@ core-foundation = "0.9.3"
|
||||||
objc2 = "0.4.1"
|
objc2 = "0.4.1"
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
core-graphics = "0.22.3"
|
core-graphics = "0.23.1"
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies.icrate]
|
[target.'cfg(target_os = "macos")'.dependencies.icrate]
|
||||||
version = "0.0.4"
|
version = "0.0.4"
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,13 @@ skip = [
|
||||||
{ name = "memoffset"}, # due to different nix versions.
|
{ name = "memoffset"}, # due to different nix versions.
|
||||||
{ name = "memmap2" }, # sctk uses a different version until the next update
|
{ name = "memmap2" }, # sctk uses a different version until the next update
|
||||||
{ name = "libloading" }, # x11rb uses a different version until the next update
|
{ name = "libloading" }, # x11rb uses a different version until the next update
|
||||||
{ name = "syn" }, # https://github.com/rust-mobile/ndk/issues/392 and https://github.com/rustwasm/wasm-bindgen/issues/3390
|
{ name = "syn" }, # https://github.com/rust-mobile/ndk/issues/392
|
||||||
{ name = "num_enum"}, # See above ^, waiting for release
|
{ name = "num_enum"}, # See above ^, waiting for release
|
||||||
{ name = "num_enum_derive"}, # See above ^, waiting for release
|
{ name = "num_enum_derive"}, # See above ^, waiting for release
|
||||||
{ name = "miniz_oxide"}, # https://github.com/rust-lang/flate2-rs/issues/340
|
{ name = "miniz_oxide"}, # https://github.com/rust-lang/flate2-rs/issues/340
|
||||||
{ name = "redox_syscall" }, # https://gitlab.redox-os.org/redox-os/orbclient/-/issues/46
|
{ name = "redox_syscall" }, # https://gitlab.redox-os.org/redox-os/orbclient/-/issues/46
|
||||||
|
{ name = "foreign-types-shared" }, # https://github.com/servo/core-foundation-rs/issues/634
|
||||||
|
{ name = "foreign-types" }, # See above ^, waiting for release
|
||||||
]
|
]
|
||||||
skip-tree = []
|
skip-tree = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue