Skip to content

Commit 2311982

Browse files
chore(deps): update rust crate objc2 to 0.6
1 parent 9d02c18 commit 2311982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/tauri-runtime-wry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ webkit2gtk = { version = "=2.0", features = ["v2_40"] }
4646
percent-encoding = "2"
4747

4848
[target.'cfg(target_vendor = "apple")'.dependencies]
49-
objc2 = "0.5"
49+
objc2 = "0.6"
5050

5151
[target.'cfg(target_os = "macos")'.dependencies]
5252
objc2-foundation = { version = "0.2", features = [] }

crates/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ webkit2gtk = { version = "=2.0.1", features = ["v2_40"] }
103103
[target.'cfg(target_os = "macos")'.dependencies]
104104
embed_plist = "1.2"
105105
plist = "1"
106-
objc2 = "0.5"
106+
objc2 = "0.6"
107107
objc2-foundation = { version = "0.2", default-features = false, features = [
108108
"std",
109109
"NSData",

0 commit comments

Comments
 (0)