From 72b3be8ac6c1bbc5bd6fe6062c127820902e01d1 Mon Sep 17 00:00:00 2001 From: Ryan Thomas Date: Tue, 22 Aug 2017 21:41:33 +0200 Subject: [PATCH] Major version bump for dependencies bump - #62 Due to servo/webrender#1592 the dependency upgrade was reverted for 6.x and added to 7.x. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4926641..dd9ca8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "6.1.2" +version = "7.0.0" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT/Apache-2.0" @@ -16,5 +16,5 @@ mountainlion = [] libc = "0.2" [target.x86_64-apple-darwin.dependencies] -core-foundation = "0.3" -core-graphics = "0.8" +core-foundation = "0.4" +core-graphics = "0.9"