Auto merge of #23478 - Eijebong:fontconfig, r=Manishearth

Update servo-fontconfig to 0.4

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23478)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-05-29 19:21:13 -04:00 committed by GitHub
commit 28a12579e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@ freetype = "0.4"
servo_allocator = {path = "../allocator"}
[target.'cfg(target_os = "linux")'.dependencies]
servo-fontconfig = "0.2.1"
servo-fontconfig = "0.4"
[target.'cfg(target_os = "android")'.dependencies]
xml5ever = {version = "0.14"}