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

Commit b9b466c

Browse files
author
bors-servo
authored
Auto merge of #68 - rthomas:62-version, r=jdm
Bump foundation and graphics versions for #62. This removes the last of the compiler warnings. <!-- 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/68) <!-- Reviewable:end -->
2 parents 69611a4 + ec06a98 commit b9b466c

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.0"
3+
version = "6.1.1"
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)