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

Commit 334765c

Browse files
committed
Update bitflags and bump version
1 parent 58162a1 commit 334765c

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.9.0"
6+
version = "0.9.1"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99

@@ -13,7 +13,7 @@ crate-type = ["rlib"]
1313

1414
[dependencies]
1515
block = "0.1"
16-
bitflags = "0.7"
16+
bitflags = "0.8"
1717
libc = "0.2"
1818
core-graphics = "0.8"
1919
objc = "0.2"

0 commit comments

Comments
 (0)