From e43fa438c056c6bddc88d6668a6acb72e2af6cbd Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Sat, 15 Mar 2025 19:37:42 -0700 Subject: [PATCH 1/2] Bump core-graphics to 0.25.0 Signed-off-by: Tyler Mandry --- core-graphics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-graphics/Cargo.toml b/core-graphics/Cargo.toml index b4a320aa..f1306469 100644 --- a/core-graphics/Cargo.toml +++ b/core-graphics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "core-graphics" description = "Bindings to Core Graphics for macOS" -version = "0.24.0" +version = "0.25.0" authors.workspace = true edition.workspace = true From 18ce0288d7f3dbf72445ec99cd37225a274853ff Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Sat, 15 Mar 2025 20:00:56 -0700 Subject: [PATCH 2/2] Update Cargo.toml Signed-off-by: Tyler Mandry --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1deeb31e..5a898608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("cargo-cli cocoa-foundation = { default-features = false, path = "cocoa-foundation", version = "0.2" } core-foundation = { default-features = false, path = "core-foundation", version = "0.10" } core-foundation-sys = { default-features = false, path = "core-foundation-sys", version = "0.8" } -core-graphics = { default-features = false, path = "core-graphics", version = "0.24" } +core-graphics = { default-features = false, path = "core-graphics", version = "0.25" } core-graphics-types = { default-features = false, path = "core-graphics-types", version = "0.2" }