From c9bcf96e69f37553c95c3399a079ad0fde22a250 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 12 Feb 2020 07:00:09 -0500 Subject: [PATCH] Remove library special casing from cocoa. --- cocoa/Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"