Skip to content

Commit 14d8c7f

Browse files
authored
Bump core-graphics to v0.25.0 (#722)
* Bump core-graphics to 0.25.0 Signed-off-by: Tyler Mandry <tmandry@gmail.com> * Update Cargo.toml Signed-off-by: Tyler Mandry <tmandry@gmail.com> --------- Signed-off-by: Tyler Mandry <tmandry@gmail.com>
1 parent c97cdc6 commit 14d8c7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("cargo-cli
3434
cocoa-foundation = { default-features = false, path = "cocoa-foundation", version = "0.2" }
3535
core-foundation = { default-features = false, path = "core-foundation", version = "0.10" }
3636
core-foundation-sys = { default-features = false, path = "core-foundation-sys", version = "0.8" }
37-
core-graphics = { default-features = false, path = "core-graphics", version = "0.24" }
37+
core-graphics = { default-features = false, path = "core-graphics", version = "0.25" }
3838
core-graphics-types = { default-features = false, path = "core-graphics-types", version = "0.2" }

core-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "core-graphics"
33
description = "Bindings to Core Graphics for macOS"
4-
version = "0.24.0"
4+
version = "0.25.0"
55

66
authors.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)