Update icrate to v0.0.4 (#2992)

This commit is contained in:
Mads Marquart
2023-08-02 16:30:41 +02:00
committed by Kirill Chibisov
parent 5b90a4e194
commit d7827b36d3
11 changed files with 62 additions and 62 deletions

View File

@@ -74,14 +74,14 @@ ndk-sys = "0.4.0"
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
core-foundation = "0.9.3"
objc2 = "0.4.0"
objc2 = "0.4.1"
[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.22.3"
dispatch = "0.2.0"
[target.'cfg(target_os = "macos")'.dependencies.icrate]
version = "0.0.3"
version = "0.0.4"
features = [
"Foundation",
"Foundation_NSArray",
@@ -96,7 +96,7 @@ features = [
]
[target.'cfg(target_os = "ios")'.dependencies.icrate]
version = "0.0.3"
version = "0.0.4"
features = [
"Foundation",
"Foundation_NSArray",