Skip to content

Commit a57ca7f

Browse files
committed
Major version update for core-foundation-sys and all other dependencies.
1 parent aa69b91 commit a57ca7f

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

cocoa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-target = "x86_64-apple-darwin"
1515
block = "0.1"
1616
bitflags = "1.0"
1717
libc = "0.2"
18-
core-foundation = { path = "../core-foundation", version = "0.8" }
19-
core-graphics = { path = "../core-graphics", version = "0.20" }
18+
core-foundation = { path = "../core-foundation", version = "0.9" }
19+
core-graphics = { path = "../core-graphics", version = "0.21" }
2020
foreign-types = "0.3"
2121
objc = "0.2.3"

core-foundation-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "core-foundation-sys"
33
description = "Bindings to Core Foundation for macOS"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.7.2"
6+
version = "0.8.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99
build = "build.rs"

core-foundation/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = "core-foundation"
33
description = "Bindings to Core Foundation for macOS"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.8.0"
6+
version = "0.9.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99
categories = ["os::macos-apis"]
1010
keywords = ["macos", "framework", "objc"]
1111

1212
[dependencies.core-foundation-sys]
1313
path = "../core-foundation-sys"
14-
version = "0.7.2"
14+
version = "0.8.0"
1515

1616
[dependencies]
1717
libc = "0.2"

core-graphics/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "core-graphics"
33
description = "Bindings to Core Graphics for macOS"
44
homepage = "https://github.com/servo/core-graphics-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.20.0"
6+
version = "0.21.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99

@@ -14,6 +14,6 @@ highsierra = []
1414

1515
[dependencies]
1616
bitflags = "1.0"
17-
core-foundation = { path = "../core-foundation", version = "0.8" }
17+
core-foundation = { path = "../core-foundation", version = "0.9" }
1818
foreign-types = "0.3.0"
1919
libc = "0.2"

core-text/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-text"
3-
version = "17.0.0"
3+
version = "18.0.0"
44
authors = ["The Servo Project Developers"]
55
description = "Bindings to the Core Text framework."
66
license = "MIT/Apache-2.0"
@@ -18,5 +18,5 @@ mountainlion = []
1818
[dependencies]
1919
foreign-types = "0.3"
2020
libc = "0.2"
21-
core-foundation = { path = "../core-foundation", version = "0.8" }
22-
core-graphics = { path = "../core-graphics", version = "0.20.0" }
21+
core-foundation = { path = "../core-foundation", version = "0.9" }
22+
core-graphics = { path = "../core-graphics", version = "0.21.0" }

io-surface/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "io-surface"
33
description = "Bindings to IO Surface for macOS"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.14.0"
6+
version = "0.15.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99

@@ -13,6 +13,6 @@ default-target = "x86_64-apple-darwin"
1313
[dependencies]
1414
libc = "0.2"
1515
gleam = "0.7"
16-
core-foundation = { path = "../core-foundation", version = "0.8" }
16+
core-foundation = { path = "../core-foundation", version = "0.9" }
1717
cgl = "0.3"
1818
leaky-cow = "0.1.1"

0 commit comments

Comments
 (0)