From a05b8c3f282c2c06961c8a6482d23587e3bb8779 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 21 Aug 2017 08:33:31 -0700 Subject: [PATCH] Revert previous dependency upgrades. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d39ca5..4926641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "6.1.1" +version = "6.1.2" 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.4" -core-graphics = "0.9" +core-foundation = "0.3" +core-graphics = "0.8"