From 6ed83b55f54916f7f14b2e5a05944f09e287b22d Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 17 Nov 2014 13:41:52 +0000 Subject: [PATCH] Fix freetype build, pick up https://github.com/servo/libfreetype2/pull/3 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 42fbd5cd6e6..7e60010361e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ source = "git+https://github.com/servo/rust-freetype#e55b06110fb2d74a2db68ead740 [[package]] name = "freetype-sys" version = "2.4.11" -source = "git+https://github.com/servo/libfreetype2#03522d7401669f220ad3fca5aa887577b0cf314e" +source = "git+https://github.com/servo/libfreetype2#f5c49c0da1d5bc6b206c4176344012ac37524243" [[package]] name = "geom"