mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #12396 - weihanglo:serde-derive, r=epage
fix(cargo-credential): should enable feature `serde/derive`
This commit is contained in:
commit
7ac9416d82
@ -7,6 +7,6 @@ repository = "https://github.com/rust-lang/cargo"
|
||||
description = "A library to assist writing Cargo credential helpers."
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json.workspace = true
|
||||
time.workspace = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user