Skip to content

Commit

Permalink
Auto merge of #11915 - Veykril:serde-derive, r=ehuss
Browse files Browse the repository at this point in the history
Drop derive feature from serde in cargo-platform
  • Loading branch information
bors committed Mar 31, 2023
2 parents 65a3c0b + a127a0a commit 8205389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cargo-platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ documentation = "https://docs.rs/cargo-platform"
description = "Cargo's representation of a target platform."

[dependencies]
serde = { version = "1.0.82", features = ['derive'] }
serde = "1.0.82"

0 comments on commit 8205389

Please sign in to comment.