mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
fix(cargo-credential): should enable feature serde/derive
This commit is contained in:
parent
7c82ff2e06
commit
9913287a5c
@ -7,6 +7,6 @@ repository = "https://github.com/rust-lang/cargo"
|
|||||||
description = "A library to assist writing Cargo credential helpers."
|
description = "A library to assist writing Cargo credential helpers."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde.workspace = true
|
serde = { workspace = true, features = ["derive"] }
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
time.workspace = true
|
time.workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user