diff --git a/Cargo.toml b/Cargo.toml index 1c248cb9..cde7afc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,5 @@ clippy.type_complexity = "allow" 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" } diff --git a/core-graphics/Cargo.toml b/core-graphics/Cargo.toml index 257af61a..a19d5540 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