mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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."
|
||||
|
||||
[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