From bb9ce9e8e1adda4d3750c9abe3a527cc8261a608 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Wed, 2 May 2018 17:35:34 -0400 Subject: [PATCH] Update all of the major versions for the new releases Basically everything needed to be bumped because of changes to core-foundation-sys --- cocoa/Cargo.toml | 4 ++-- core-foundation-sys/Cargo.toml | 2 +- core-foundation/Cargo.toml | 4 ++-- core-graphics/Cargo.toml | 4 ++-- core-text/Cargo.toml | 4 ++-- io-surface/Cargo.toml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index 7a4ece3..fdcdfad 100644 --- a/cocoa/Cargo.toml +++ b/cocoa/Cargo.toml @@ -4,7 +4,7 @@ name = "cocoa" description = "Bindings to Cocoa for OS X" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.14.1" +version = "0.15.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" @@ -16,5 +16,5 @@ crate-type = ["rlib"] block = "0.1" bitflags = "1.0" libc = "0.2" -core-graphics = { path = "../core-graphics", version = "0.13" } +core-graphics = { path = "../core-graphics", version = "0.14" } objc = "0.2" diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index adfce7e..c79fdb8 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.5.1" +version = "0.6.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 fa1d4fc..1b380b5 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.5.1" +version = "0.6.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" [dependencies.core-foundation-sys] path = "../core-foundation-sys" -version = "0.5.1" +version = "0.6" [dependencies] libc = "0.2" diff --git a/core-graphics/Cargo.toml b/core-graphics/Cargo.toml index 1abc04d..e995095 100644 --- a/core-graphics/Cargo.toml +++ b/core-graphics/Cargo.toml @@ -3,7 +3,7 @@ name = "core-graphics" description = "Bindings to Core Graphics for OS X" homepage = "https://github.com/servo/core-graphics-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.13.1" +version = "0.14.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" @@ -13,6 +13,6 @@ elcapitan = [] [dependencies] bitflags = "1.0" -core-foundation = { path = "../core-foundation", version = "0.5" } +core-foundation = { path = "../core-foundation", version = "0.6" } foreign-types = "0.3.0" libc = "0.2" diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index 4d56b5b..2fcd7c0 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -15,5 +15,5 @@ mountainlion = [] [dependencies] foreign-types = "0.3" libc = "0.2" -core-foundation = { path = "../core-foundation", version = "0.5" } -core-graphics = { path = "../core-graphics", version = "0.13" } +core-foundation = { path = "../core-foundation", version = "0.6" } +core-graphics = { path = "../core-graphics", version = "0.14" } diff --git a/io-surface/Cargo.toml b/io-surface/Cargo.toml index 40bc0ea..442970e 100644 --- a/io-surface/Cargo.toml +++ b/io-surface/Cargo.toml @@ -3,7 +3,7 @@ name = "io-surface" description = "Bindings to IO Surface for OS X" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.9.1" +version = "0.10.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" @@ -12,6 +12,6 @@ libc = "0.2" gleam = "0.4" [target.x86_64-apple-darwin.dependencies] -core-foundation = { path = "../core-foundation", version = "0.5" } +core-foundation = { path = "../core-foundation", version = "0.6" } cgl = "0.2.1" leaky-cow = "0.1.1"