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:
daxpedda 2023-09-16 12:54:49 +02:00 committed by GitHub
parent 0caba93b51
commit 992aeb0ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 11 deletions

View file

@ -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"