From 1c6bdc80b3a9358cdde9431ba8646c07351b77c2 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 31 Jan 2017 18:26:00 +0100 Subject: [PATCH] Do not use 'links' in Cargo.toml (fixes #97) --- core-foundation-sys/Cargo.toml | 3 +-- core-foundation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index 0c6a190..986606f 100644 --- a/core-foundation-sys/Cargo.toml +++ b/core-foundation-sys/Cargo.toml @@ -3,11 +3,10 @@ name = "core-foundation-sys" description = "Bindings to Core Foundation for OS X" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.3.0" +version = "0.3.1" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" build = "build.rs" -links = "CoreFoundation.framework" [dependencies] libc = "0.2" diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 0d90356..963974a 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT / Apache-2.0" [dependencies.core-foundation-sys] path = "../core-foundation-sys" -version = "0.3.0" +version = "0.3.1" [dependencies] libc = "0.2"