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"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
core-graphics = "0.22.3"
|
||||
core-graphics = "0.23.1"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies.icrate]
|
||||
version = "0.0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue