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

Commit cc52e60

Browse files
author
bors-servo
authored
Auto merge of #181 - faern:upgrade-core-foundation, r=jdm
Upgrade core foundation This is a PR in a series of PRs originating at servo/core-foundation-rs#132 The plan is to make a breaking change to `core-foundation` and release it as `0.5.0`. But before the merge/publish of `core-foundation` I will prepare a set of PRs making sure the entire dependency graph of Servo is ready for this change and can be switched over to `0.5.0` directly. TODO before merge: - [x] Merge `core-graphics` PR and publish. - [x] Remove the last commit from this PR, so we depend on `core-foundation` from crates.io. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/cocoa-rs/181) <!-- Reviewable:end -->
2 parents cfc17f8 + a9be9ab commit cc52e60

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
@@ -4,7 +4,7 @@ name = "cocoa"
44
description = "Bindings to Cocoa for OS X"
55
homepage = "https://github.com/servo/cocoa-rs"
66
repository = "https://github.com/servo/cocoa-rs"
7-
version = "0.13.0"
7+
version = "0.14.0"
88
authors = ["The Servo Project Developers"]
99
license = "MIT / Apache-2.0"
1010

@@ -16,5 +16,5 @@ crate-type = ["rlib"]
1616
block = "0.1"
1717
bitflags = "1.0"
1818
libc = "0.2"
19-
core-graphics = "0.12.1"
19+
core-graphics = "0.13"
2020
objc = "0.2"

0 commit comments

Comments
 (0)