Update icrate to v0.0.4 (#2992)
This commit is contained in:
parent
19e3906369
commit
b5aa96bea4
11 changed files with 62 additions and 62 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue