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

Commit c60afb8

Browse files
Update core-foundation version, bump crate version
1 parent f9d4aa4 commit c60afb8

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

@@ -12,6 +12,6 @@ default = []
1212
elcapitan = []
1313

1414
[dependencies]
15-
libc = "0.2"
16-
core-foundation = "0.3"
1715
bitflags = "0.9"
16+
core-foundation = "0.4"
17+
libc = "0.2"

0 commit comments

Comments
 (0)