From 724169d4120c6eee5d33cf097c30939a6ee3e88c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 17 Mar 2020 09:27:41 -0500 Subject: [PATCH] Remove cdylib/staticlib wasi-common crate types (#1321) 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 36c7017cbc..073bb7d729 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" }