From e7ccafa9f157e997a17a76f3c7fe1ef529f7c97f Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 1 Jun 2017 09:34:46 -0400 Subject: [PATCH 1/2] Update version for core-foundation-sys. --- core-foundation-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index 986606f..da29f1b 100644 --- a/core-foundation-sys/Cargo.toml +++ b/core-foundation-sys/Cargo.toml @@ -3,7 +3,7 @@ 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.1" +version = "0.4.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" build = "build.rs" From c94e5fe6f6c80e472918aa175bc9632f2fdf3c21 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 1 Jun 2017 09:37:16 -0400 Subject: [PATCH 2/2] Update core-foundation version. --- core-foundation/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 963974a..0be8bfb 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -3,13 +3,13 @@ name = "core-foundation" 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.4.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" [dependencies.core-foundation-sys] path = "../core-foundation-sys" -version = "0.3.1" +version = "0.4.0" [dependencies] libc = "0.2"