Skip to content

Commit c9bcf96

Browse files
authored
Remove library special casing from cocoa.
1 parent d386f28 commit c9bcf96

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cocoa/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ name = "cocoa"
44
description = "Bindings to Cocoa for macOS"
55
homepage = "https://github.com/servo/core-foundation-rs"
66
repository = "https://github.com/servo/core-foundation-rs"
7-
version = "0.20.0"
7+
version = "0.20.1"
88
authors = ["The Servo Project Developers"]
99
license = "MIT / Apache-2.0"
1010

11-
[lib]
12-
name = "cocoa"
13-
crate-type = ["rlib"]
14-
1511
[dependencies]
1612
block = "0.1"
1713
bitflags = "1.0"

0 commit comments

Comments
 (0)