chore(deps): Update objc2 to 0.6 (#2469)

This commit is contained in:
Fabian-Lars
2025-02-27 15:24:18 +01:00
committed by GitHub
parent 71f95c9f05
commit 1a9846599b
8 changed files with 31 additions and 26 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ android_logger = "0.14"
[target."cfg(target_os = \"ios\")".dependencies]
swift-rs = "1"
objc2 = "0.5"
objc2-foundation = { version = "0.2", default-features = false, features = [
objc2 = "0.6"
objc2-foundation = { version = "0.3", default-features = false, features = [
"std",
"NSString",
] }