Skip to content

Commit 72b3be8

Browse files
committed
Major version bump for dependencies bump - servo#62
Due to servo/webrender#1592 the dependency upgrade was reverted for 6.x and added to 7.x.
1 parent b580835 commit 72b3be8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 = "6.1.2"
3+
version = "7.0.0"
44
authors = ["The Servo Project Developers"]
55
description = "Bindings to the Core Text framework."
66
license = "MIT/Apache-2.0"
@@ -16,5 +16,5 @@ mountainlion = []
1616
libc = "0.2"
1717

1818
[target.x86_64-apple-darwin.dependencies]
19-
core-foundation = "0.3"
20-
core-graphics = "0.8"
19+
core-foundation = "0.4"
20+
core-graphics = "0.9"

0 commit comments

Comments
 (0)