Skip to content

Commit 7ac9416

Browse files
committed
Auto merge of #12396 - weihanglo:serde-derive, r=epage
fix(cargo-credential): should enable feature `serde/derive`
2 parents 7c82ff2 + 9913287 commit 7ac9416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credential/cargo-credential/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ repository = "https://github.com/rust-lang/cargo"
77
description = "A library to assist writing Cargo credential helpers."
88

99
[dependencies]
10-
serde.workspace = true
10+
serde = { workspace = true, features = ["derive"] }
1111
serde_json.workspace = true
1212
time.workspace = true

0 commit comments

Comments
 (0)