Skip to content

Commit

Permalink
chore(deps): update rust crate objc2-app-kit 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 e9c9c4d commit 92c3cd7
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 @@ -50,7 +50,7 @@ objc2 = "0.5"

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

0 comments on commit 92c3cd7

Please sign in to comment.