From 57bcdcfd7d3eef77deffb3c292414f6064123940 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 13 Mar 2020 15:53:20 -0700 Subject: [PATCH] Remove cdylib/staticlib wasi-common crate types I don't think these are used right now and can lead to increased build times, so I'd like to propose we remove them! --- crates/wasi-common/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/wasi-common/Cargo.toml b/crates/wasi-common/Cargo.toml index 36c7017cbc2b..073bb7d72939 100644 --- a/crates/wasi-common/Cargo.toml +++ b/crates/wasi-common/Cargo.toml @@ -30,9 +30,5 @@ winx = { path = "winx", version = "0.12.0" } winapi = "0.3" cpu-time = "1.0" -[lib] -name = "wasi_common" -crate-type = ["rlib", "staticlib", "cdylib"] - [badges] maintenance = { status = "actively-developed" }