From c944c52b05494b3dc9e3192e0e379e311d8975f0 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 17 Jun 2020 12:00:22 +0200 Subject: [PATCH] Remove the crate-type specifier It was added to workaround a limitation of the old cargo-c. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 472c655793..926c599d0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,6 @@ bench = false [lib] bench = false -crate-type = ["lib", "staticlib"] [[bench]] name = "bench"