From 9c264d290423c10d0801d2acdb66c17ec9f8755c Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Sun, 28 Jun 2020 09:44:43 -0700 Subject: [PATCH] Bump core-foundation(-sys) to 0.7.1 for release. --- core-foundation-sys/Cargo.toml | 2 +- core-foundation/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index 9fb311da2..1c0d74f53 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 macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.7.0" +version = "0.7.1" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" build = "build.rs" diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 9337979df..75f863afd 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -3,7 +3,7 @@ name = "core-foundation" description = "Bindings to Core Foundation for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.7.0" +version = "0.7.1" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" categories = ["os::macos-apis"] @@ -11,7 +11,7 @@ keywords = ["macos", "framework", "objc"] [dependencies.core-foundation-sys] path = "../core-foundation-sys" -version = "0.7" +version = "0.7.1" [dependencies] libc = "0.2"