Fix core-foundation dependency cycle

This commit is contained in:
Mads Marquart 2022-08-11 15:34:54 +02:00
parent eb2f5cc9a2
commit 0cf19cae35

View file

@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
block = "0.1.6"
core-foundation = { version = "0.9", features = ["with-chrono"] }
core-foundation = "0.9"
core-graphics = "0.22"
dispatch = "0.2.0"
infer = { version = "0.4", optional = true }