Skip to content

Commit

Permalink
fix(deps): update rust crate cocoa to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2023
1 parent cf34c2b commit 40b3af3
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 @@ -87,7 +87,7 @@ winit = { version = "0.28", features = [ "serde" ], optional = true }

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
block = "0.1"
cocoa = "0.24"
cocoa = "0.25"
core-graphics = "0.22"
objc = "0.2"
objc_id = "0.1"
Expand Down

0 comments on commit 40b3af3

Please sign in to comment.