We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c82ff2 + 9913287 commit 7ac9416Copy full SHA for 7ac9416
credential/cargo-credential/Cargo.toml
@@ -7,6 +7,6 @@ repository = "https://github.com/rust-lang/cargo"
7
description = "A library to assist writing Cargo credential helpers."
8
9
[dependencies]
10
-serde.workspace = true
+serde = { workspace = true, features = ["derive"] }
11
serde_json.workspace = true
12
time.workspace = true
0 commit comments