From d04de008ef6f29ad86395f1805cf9b9d03a101f7 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Sat, 17 Oct 2015 18:59:23 -0500 Subject: [PATCH] Switch core-foundation-sys over to a Cargo dep version so that we can publish --- core-foundation/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 122b69a..394492b 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -7,6 +7,9 @@ version = "0.1.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" +[dependencies.core-foundation-sys] +path = "../core-foundation-sys" +version = "0.1.0" + [dependencies] libc = "0.1" -core-foundation-sys = { path = "../core-foundation-sys" }