From 38d644c94bf1a42fcec40843e817c460e9e752de Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 1 Oct 2018 22:58:44 -0700 Subject: Remove rlib+staticlib configuration for Rust crates Only the final crate needs to be a `staticlib`, no need for all the intermediate steps to produce staticlibs! --- src/rust/crypto/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rust/crypto') diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml index 6ebfe0dc11..a7ff7f78d9 100644 --- a/src/rust/crypto/Cargo.toml +++ b/src/rust/crypto/Cargo.toml @@ -9,7 +9,6 @@ build = "../build.rs" [lib] name = "crypto" path = "lib.rs" -crate_type = ["rlib", "staticlib"] [dependencies] libc = "=0.2.39" -- cgit v1.2.3-54-g00ecf