Skip to content

Commit aa69b91

Browse files
committed
Add missing major version changes.
1 parent 7487580 commit aa69b91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cocoa/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.20.2"
7+
version = "0.21.0"
88
authors = ["The Servo Project Developers"]
99
license = "MIT / Apache-2.0"
1010

core-text/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-text"
3-
version = "16.0.0"
3+
version = "17.0.0"
44
authors = ["The Servo Project Developers"]
55
description = "Bindings to the Core Text framework."
66
license = "MIT/Apache-2.0"

io-surface/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13.1"
6+
version = "0.14.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99

0 commit comments

Comments
 (0)