chore(deps): update rust crate objc2-foundation to 0.3

pull/2354/head
renovate[bot] 6 months ago committed by GitHub
parent ad17266273
commit a7c856005d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ android_logger = "0.14"
[target."cfg(target_os = \"ios\")".dependencies] [target."cfg(target_os = \"ios\")".dependencies]
swift-rs = "1" swift-rs = "1"
objc2 = "0.5" objc2 = "0.5"
objc2-foundation = { version = "0.2", default-features = false, features = [ objc2-foundation = { version = "0.3", default-features = false, features = [
"std", "std",
"NSString", "NSString",
] } ] }

@ -59,7 +59,7 @@ default-features = false
features = ["std", "NSWorkspace"] features = ["std", "NSWorkspace"]
[target."cfg(target_os = \"macos\")".dependencies.objc2-foundation] [target."cfg(target_os = \"macos\")".dependencies.objc2-foundation]
version = "0.2" version = "0.3"
default-features = false default-features = false
features = ["std", "NSURL", "NSArray", "NSString"] features = ["std", "NSURL", "NSArray", "NSString"]

Loading…
Cancel
Save