Skip to content

Commit

Permalink
Drop derive feature from serde in cargo-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Mar 30, 2023
1 parent 1f63f1d commit a127a0a
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 a127a0a

Please sign in to comment.