Skip to content

Commit

Permalink
fix(deps): update rust crate objc2 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent f3b9bd9 commit 8f40128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1"
serde = { version = "1", optional = true, features = ["derive"] }

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.2"
objc2 = "0.6.0"
objc2-app-kit = { version = "0.2.2", default-features = false, features = [
"std",
"NSEvent",
Expand Down

0 comments on commit 8f40128

Please sign in to comment.