Skip to content

Commit

Permalink
fix(cargo-credential): should enable feature serde/derive
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jul 24, 2023
1 parent 7c82ff2 commit 9913287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credential/cargo-credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9913287

Please sign in to comment.