Skip to content

Commit 32b89db

Browse files
authored
Upgrade cocoa to 0.25 and core-graphics to 0.23 (#10)
1 parent 50e17a9 commit 32b89db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ raw-window-handle = "0.6.0"
1717
objc = "0.2"
1818

1919
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
20-
cocoa = "0.24"
21-
core-graphics = "0.22"
20+
cocoa = "0.25"
21+
core-graphics = "0.23"
2222

2323
[package.metadata.docs.rs]
2424
targets = [

0 commit comments

Comments
 (0)