Skip to content

Commit

Permalink
chore(deps): update rust crate objc2-foundation to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent abdd558 commit ab75b1a
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 @@ -49,7 +49,7 @@ percent-encoding = "2"
objc2 = "0.5"

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

0 comments on commit ab75b1a

Please sign in to comment.