Merge pull request #44 from madsmtm/fix-dependency-cycle

This commit is contained in:
Ryan McGrath 2022-08-11 06:43:43 -07:00 committed by GitHub
commit fb9d456a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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