From b3067b3cd76c6cedb83af719446eeb86d1ce93e7 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Fri, 5 Jun 2015 13:22:47 -0600 Subject: [PATCH] Use crates.io for core-foundation. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33edfab..40b565c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ git = "https://github.com/servo/rust-geom" git = "https://github.com/servo/rust-layers" optional = true -[target.x86_64-apple-darwin.dependencies.core-foundation] -git = "https://github.com/servo/core-foundation-rs" +[target.x86_64-apple-darwin.dependencies] +core-foundation = "*" [target.x86_64-apple-darwin.dependencies.cgl] git = "https://github.com/servo/cgl-rs"