From f4d7772612dcd953f00ae6af09fa71eb0b734f41 Mon Sep 17 00:00:00 2001 From: Lily Haverlag <60531875+FlannyH@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:12:10 +0000 Subject: [PATCH] Upgrade cocoa to 0.25 and core-graphics to 0.23 (#10) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 653c016..e1d5a2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ raw-window-handle = "0.5.0" objc = "0.2" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -cocoa = "0.24" -core-graphics = "0.22" +cocoa = "0.25" +core-graphics = "0.23" [package.metadata.docs.rs] targets = [