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>
This commit is contained in:
+1
-1
@@ -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" }
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user