From 7ec88453f512ee4ba5c2dc3f37c272b8a9741072 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 9 Oct 2018 14:01:17 -0400 Subject: [PATCH] Update version of core-foundation for core-text. --- core-text/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index b7fb428..3185eec 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "13.1.0" +version = "13.1.1" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT/Apache-2.0" @@ -15,5 +15,5 @@ mountainlion = [] [dependencies] foreign-types = "0.3" libc = "0.2" -core-foundation = { path = "../core-foundation", version = "0.6" } +core-foundation = { path = "../core-foundation", version = "0.6.2" } core-graphics = { path = "../core-graphics", version = "0.17" }