Skip to content

Commit

Permalink
Bump required version of core-foundation for link feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmuizel committed Nov 30, 2023
1 parent 795398a commit d4ce710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-graphics-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d4ce710

Please sign in to comment.