From ae995daaab5752025709aec405fad8472a1c25ae Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 28 Oct 2019 14:25:26 -0400 Subject: [PATCH 1/2] Minor version update for core-foundation-sys and core-foundation. --- core-foundation-sys/Cargo.toml | 2 +- core-foundation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index 201b51c..16e1ff2 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.6.2" +version = "0.6.3" 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 5c2d1d5..b36beb6 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.6.4" +version = "0.6.5" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" categories = ["os::macos-apis"] From 239333395789280214f371287dcd6ee04d3b6f88 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 28 Oct 2019 14:26:57 -0400 Subject: [PATCH 2/2] Major version release for core-text. --- core-text/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index f8d1fc1..e4e6122 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "13.3.1" +version = "14.0.0" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT/Apache-2.0"