Skip to content

Commit 589c970

Browse files
committed
Bump core-text, core-graphics and cocoa
1 parent 519912f commit 589c970

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cocoa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "cocoa"
44
description = "Bindings to Cocoa for macOS"
55
homepage = "https://github.com/servo/core-foundation-rs"
66
repository = "https://github.com/servo/core-foundation-rs"
7-
version = "0.24.1"
7+
version = "0.25.0"
88
authors = ["The Servo Project Developers"]
99
license = "MIT OR Apache-2.0"
1010

@@ -17,6 +17,6 @@ bitflags = "1.0"
1717
libc = "0.2"
1818
cocoa-foundation = { path = "../cocoa-foundation", version = "0.1" }
1919
core-foundation = { path = "../core-foundation", version = "0.9" }
20-
core-graphics = { path = "../core-graphics", version = "0.22" }
20+
core-graphics = { path = "../core-graphics", version = "0.23" }
2121
foreign-types = "0.5"
2222
objc = "0.2.3"

core-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.22.4"
6+
version = "0.23.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99

core-text/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-text"
3-
version = "19.2.0"
3+
version = "19.3.0"
44
authors = ["The Servo Project Developers"]
55
description = "Bindings to the Core Text framework."
66
license = "MIT OR Apache-2.0"
@@ -19,4 +19,4 @@ mountainlion = []
1919
foreign-types = "0.5"
2020
libc = "0.2"
2121
core-foundation = { path = "../core-foundation", version = "0.9" }
22-
core-graphics = { path = "../core-graphics", version = "0.22.0" }
22+
core-graphics = { path = "../core-graphics", version = "0.23.0" }

0 commit comments

Comments
 (0)