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

Commit a9be9ab

Browse files
committed
Depend on newer core-graphics and bump version
1 parent cfc17f8 commit a9be9ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)