Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit fd72844

Browse files
author
bors-servo
authored
Auto merge of #70 - servo:majorbump, r=nox
Update dependencies and bump major version. <!-- 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/70) <!-- Reviewable:end -->
2 parents b580835 + 66fd634 commit fd72844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
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)