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

Commit 1a9bdf4

Browse files
committed
Merge pull request #94 from servo/unpin
Unpin the bitflags dependency; r=jdm
2 parents 86c8d5f + c927576 commit 1a9bdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "cocoa"
1212
crate-type = ["rlib"]
1313

1414
[dependencies]
15-
bitflags = "0.1"
15+
bitflags = "*"
1616
libc = "*"
1717
core-graphics = "*"
1818
objc = "0.1"

0 commit comments

Comments
 (0)