diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 203659735..8424c69e8 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -50,7 +50,7 @@ windows = { version = "0.48", features=["Win32_Graphics_Direct3D11", "Win32_Graphics_Imaging", "Win32_System_Com", "Foundation_Numerics"], optional = true } [target.'cfg(target_os = "macos")'.dependencies] -cocoa = "0.24" +cocoa = "0.25" [build-dependencies] gl_generator = { version = "0.14", optional = true } diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index b160d85db..82277a028 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1" termion = { version = "2", optional = true } [target.'cfg(target_os = "macos")'.dependencies] -cocoa = "0.24" +cocoa = "0.25" objc = "0.2.7" [features]