Skip to content

Commit

Permalink
Merge pull request #128 from rust-windowing/dependabot/cargo/cocoa-0.…
Browse files Browse the repository at this point in the history
…25.0

Update cocoa requirement from 0.24.0 to 0.25.0
  • Loading branch information
madsmtm authored Aug 29, 2023
2 parents 2e926b3 + b5c14ab commit c5401a3
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 @@ -50,7 +50,7 @@ features = ["Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_Foundat

[target.'cfg(target_os = "macos")'.dependencies]
bytemuck = { version = "1.12.3", features = ["extern_crate_alloc"] }
cocoa = "0.24.0"
cocoa = "0.25.0"
core-graphics = "0.22.3"
foreign-types = "0.3.0"
objc = "0.2.7"
Expand Down

0 comments on commit c5401a3

Please sign in to comment.