From 01ce8eb9053a4855051be3a4d0cbb4eff8bed93d Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 9 Jan 2016 23:15:36 -0500 Subject: [PATCH] Sync core-graphics/core-text versions with Servo Bumping these versions allows compilation with Servo HEAD --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9435d846a3..bdcb00fb05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,8 +37,6 @@ scoped_threadpool = "0.1.6" app_units = "0.1" lazy_static = "0.1" -[target.x86_64-apple-darwin.dependencies.core-text] -git = "https://github.com/servo/core-text-rs" - [target.x86_64-apple-darwin.dependencies] -core-graphics = "0.1" +core-graphics = "0.2" +core-text = "1.0"