Skip to content

Commit

Permalink
Auto merge of #12396 - weihanglo:serde-derive, r=epage
Browse files Browse the repository at this point in the history
fix(cargo-credential): should enable feature `serde/derive`
  • Loading branch information
bors committed Jul 24, 2023
2 parents 7c82ff2 + 9913287 commit 7ac9416
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 7ac9416

Please sign in to comment.