Skip to content

Commit

Permalink
deps: Update core-graphics, core-text, foreign-types.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 3, 2023
1 parent e0f5716 commit 2a7a2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ pkg-config = { version = "0.3", optional = true }
cc = { version = "1", optional = true }

[target.'cfg(target_vendor = "apple")'.dependencies]
core-graphics = "0.22"
core-text = "19"
foreign-types = "0.3"
core-graphics = "0.23"
core-text = "20"
foreign-types = "0.5"

[target.'cfg(target_family = "windows")'.dependencies.winapi]
version = "0.3"
Expand Down

0 comments on commit 2a7a2cc

Please sign in to comment.