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

Commit b580835

Browse files
author
bors-servo
authored
Auto merge of #69 - servo:unbumb, r=nox
Revert previous dependency upgrades. <!-- 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/69) <!-- Reviewable:end -->
2 parents 40193be + a05b8c3 commit b580835

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.1"
3+
version = "6.1.2"
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.4"
20-
core-graphics = "0.9"
19+
core-foundation = "0.3"
20+
core-graphics = "0.8"

0 commit comments

Comments
 (0)