Skip to content

Commit

Permalink
Remove the crate-type specifier
Browse files Browse the repository at this point in the history
It was added to workaround a limitation of the old cargo-c.
  • Loading branch information
lu-zero committed Jun 17, 2020
1 parent 35e904e commit c944c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ bench = false

[lib]
bench = false
crate-type = ["lib", "staticlib"]

[[bench]]
name = "bench"
Expand Down

0 comments on commit c944c52

Please sign in to comment.