Skip to content

Commit

Permalink
Auto merge of #180 - j4qfrost:master, r=jdm
Browse files Browse the repository at this point in the history
Upgrade core libs

This allows coverage using lcov and grcov. Related to this issue servo/core-foundation-rs#357
  • Loading branch information
bors-servo committed Apr 27, 2020
2 parents d026061 + 97b9d08 commit c848cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pkg-config = { version = "0.3", optional = true }
cc = { version = "1", optional = true }

[target.'cfg(target_vendor = "apple")'.dependencies]
core-graphics = "0.17"
core-text = "13"
core-graphics = "0.19"
core-text = "15"
foreign-types = "0.3"

[target.'cfg(any(target_os = "android", all(unix, not(target_vendor = "apple"))))'.dependencies]
Expand Down

0 comments on commit c848cec

Please sign in to comment.