Skip to content

Commit

Permalink
Auto merge of #77 - glennw:bump-ft, r=jdm
Browse files Browse the repository at this point in the history
Bump freetype version.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-harfbuzz/77)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Aug 7, 2017
2 parents 540da55 + 6ccc600 commit 25b6663
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
@@ -1,6 +1,6 @@
[package]
name = "harfbuzz-sys"
version = "0.1.11"
version = "0.1.12"

authors = ["The Servo Project Developers"]
license = "MIT"
Expand All @@ -21,4 +21,4 @@ pkg-config = "0.3"
cmake = "0.1"

[target.'cfg(any(target_os = "android", all(unix, not(target_os = "macos"))))'.dependencies]
freetype = "0.2"
freetype = "0.3"

0 comments on commit 25b6663

Please sign in to comment.