Skip to content

Commit

Permalink
chore(deps): update rust crate objc2 to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent de8600b commit e9dd108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ webkit2gtk = { version = "=2.0", features = ["v2_40"] }
percent-encoding = "2"

[target.'cfg(target_vendor = "apple")'.dependencies]
objc2 = "0.5"
objc2 = "0.6"

[target.'cfg(target_os = "macos")'.dependencies]
objc2-foundation = { version = "0.2", features = [] }
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ webkit2gtk = { version = "=2.0.1", features = ["v2_40"] }
[target.'cfg(target_os = "macos")'.dependencies]
embed_plist = "1.2"
plist = "1"
objc2 = "0.5"
objc2 = "0.6"
objc2-foundation = { version = "0.2", default-features = false, features = [
"std",
"NSData",
Expand Down

0 comments on commit e9dd108

Please sign in to comment.