From 6ccc6005eac89d5d758bd2d783d452de13b58dec Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 7 Aug 2017 08:04:57 +1000 Subject: [PATCH] Bump freetype version. --- harfbuzz-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harfbuzz-sys/Cargo.toml b/harfbuzz-sys/Cargo.toml index dc05116b..30d2ce91 100644 --- a/harfbuzz-sys/Cargo.toml +++ b/harfbuzz-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harfbuzz-sys" -version = "0.1.11" +version = "0.1.12" authors = ["The Servo Project Developers"] license = "MIT" @@ -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"