Skip to content

Commit a127a0a

Browse files
committed
Drop derive feature from serde in cargo-platform
1 parent 1f63f1d commit a127a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-platform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ documentation = "https://docs.rs/cargo-platform"
99
description = "Cargo's representation of a target platform."
1010

1111
[dependencies]
12-
serde = { version = "1.0.82", features = ['derive'] }
12+
serde = "1.0.82"

0 commit comments

Comments
 (0)