From d4ce710182f1756c9d874ab917283fe1a1b7a011 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Thu, 30 Nov 2023 17:06:49 -0500 Subject: [PATCH] Bump required version of core-foundation for link feature --- core-graphics-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-graphics-types/Cargo.toml b/core-graphics-types/Cargo.toml index 77b03359..b47bd93f 100644 --- a/core-graphics-types/Cargo.toml +++ b/core-graphics-types/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] bitflags = "1.0" -core-foundation = { default-features = false, path = "../core-foundation", version = "0.9" } +core-foundation = { default-features = false, path = "../core-foundation", version = "0.9.4" } libc = "0.2" [features]