Skip to content

Commit

Permalink
Major version update for core-foundation-sys and all other dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jun 29, 2020
1 parent aa69b91 commit a57ca7f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions cocoa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion core-foundation-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions core-foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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"]
keywords = ["macos", "framework", "objc"]

[dependencies.core-foundation-sys]
path = "../core-foundation-sys"
version = "0.7.2"
version = "0.8.0"

[dependencies]
libc = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions core-graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
6 changes: 3 additions & 3 deletions core-text/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }
4 changes: 2 additions & 2 deletions io-surface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

0 comments on commit a57ca7f

Please sign in to comment.