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

Commit 4375963

Browse files
committed
Allow core-graphics 0.8 and bump version
1 parent 4c63ce7 commit 4375963

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

@@ -15,5 +15,5 @@ crate-type = ["rlib"]
1515
block = "0.1"
1616
bitflags = "0.7"
1717
libc = "0.2"
18-
core-graphics = "0.7"
18+
core-graphics = "0.8"
1919
objc = "0.2"

0 commit comments

Comments
 (0)