Skip to content

Commit

Permalink
Auto merge of #8416 - est31:remove_derive, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove unused serde_derive dependency from the crates.io crate
  • Loading branch information
bors committed Jun 26, 2020
2 parents 85e38ca + 65591e8 commit 2f4097a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/crates-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ curl = "0.4"
anyhow = "1.0.0"
percent-encoding = "2.0"
serde = { version = "1.0", features = ['derive'] }
serde_derive = "1.0"
serde_json = "1.0"
url = "2.0"

0 comments on commit 2f4097a

Please sign in to comment.