Skip to content

Commit

Permalink
fix(deps): update rust crate cocoa to 0.26 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 8b13a61 commit 229bf63
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 @@ -22,7 +22,7 @@ serde = { version = "1", optional = true, features = [ "derive" ] }

[target."cfg(target_os = \"macos\")".dependencies]
bitflags = "2"
cocoa = "0.25"
cocoa = "0.26"
objc = "0.2"

[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
Expand Down

0 comments on commit 229bf63

Please sign in to comment.