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]