Skip to content

Commit 9648cb5

Browse files
author
bors-servo
authored
Auto merge of #56 - nox:core-graphics, r=KiChjang
Update core-graphics to 0.7 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-text-rs/56) <!-- Reviewable:end -->
2 parents f59cee7 + cd2d454 commit 9648cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "3.0.0"
3+
version = "4.0.0"
44
authors = ["The Servo Project Developers"]
55
description = "Bindings to the Core Text framework."
66
license = "MIT/Apache-2.0"
@@ -11,4 +11,4 @@ libc = "0.2"
1111

1212
[target.x86_64-apple-darwin.dependencies]
1313
core-foundation = "0.3"
14-
core-graphics = "0.6"
14+
core-graphics = "0.7"

0 commit comments

Comments
 (0)