diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index 45207b7..2b0ff67 100644 --- a/cocoa/Cargo.toml +++ b/cocoa/Cargo.toml @@ -4,14 +4,10 @@ name = "cocoa" description = "Bindings to Cocoa for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.20.0" +version = "0.20.1" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" -[lib] -name = "cocoa" -crate-type = ["rlib"] - [dependencies] block = "0.1" bitflags = "1.0"