From a57ca7f976858f56ab159656703a2857fa947870 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 29 Jun 2020 11:42:43 -0400 Subject: [PATCH] Major version update for core-foundation-sys and all other dependencies. --- cocoa/Cargo.toml | 4 ++-- core-foundation-sys/Cargo.toml | 2 +- core-foundation/Cargo.toml | 4 ++-- core-graphics/Cargo.toml | 4 ++-- core-text/Cargo.toml | 6 +++--- io-surface/Cargo.toml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index 615731856..bc25bde83 100644 --- a/cocoa/Cargo.toml +++ b/cocoa/Cargo.toml @@ -15,7 +15,7 @@ default-target = "x86_64-apple-darwin" block = "0.1" bitflags = "1.0" libc = "0.2" -core-foundation = { path = "../core-foundation", version = "0.8" } -core-graphics = { path = "../core-graphics", version = "0.20" } +core-foundation = { path = "../core-foundation", version = "0.9" } +core-graphics = { path = "../core-graphics", version = "0.21" } foreign-types = "0.3" objc = "0.2.3" diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index 252aa2b04..122c4a731 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.2" +version = "0.8.0" 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 4a9e083d1..adae229bb 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.8.0" +version = "0.9.0" 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.2" +version = "0.8.0" [dependencies] libc = "0.2" diff --git a/core-graphics/Cargo.toml b/core-graphics/Cargo.toml index 6523518bd..9fb0f7152 100644 --- a/core-graphics/Cargo.toml +++ b/core-graphics/Cargo.toml @@ -3,7 +3,7 @@ name = "core-graphics" description = "Bindings to Core Graphics for macOS" homepage = "https://github.com/servo/core-graphics-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.20.0" +version = "0.21.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" @@ -14,6 +14,6 @@ highsierra = [] [dependencies] bitflags = "1.0" -core-foundation = { path = "../core-foundation", version = "0.8" } +core-foundation = { path = "../core-foundation", version = "0.9" } foreign-types = "0.3.0" libc = "0.2" diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index 4ae093ae3..4c7469e72 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "17.0.0" +version = "18.0.0" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT/Apache-2.0" @@ -18,5 +18,5 @@ mountainlion = [] [dependencies] foreign-types = "0.3" libc = "0.2" -core-foundation = { path = "../core-foundation", version = "0.8" } -core-graphics = { path = "../core-graphics", version = "0.20.0" } +core-foundation = { path = "../core-foundation", version = "0.9" } +core-graphics = { path = "../core-graphics", version = "0.21.0" } diff --git a/io-surface/Cargo.toml b/io-surface/Cargo.toml index 1af05b33f..15d86ae85 100644 --- a/io-surface/Cargo.toml +++ b/io-surface/Cargo.toml @@ -3,7 +3,7 @@ name = "io-surface" description = "Bindings to IO Surface for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.14.0" +version = "0.15.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" @@ -13,6 +13,6 @@ default-target = "x86_64-apple-darwin" [dependencies] libc = "0.2" gleam = "0.7" -core-foundation = { path = "../core-foundation", version = "0.8" } +core-foundation = { path = "../core-foundation", version = "0.9" } cgl = "0.3" leaky-cow = "0.1.1"