mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

e58b84d changed the shape of response of cargo credential protocol trait, so credential plugins crates effectively depend on `cargo-credential@0.4.0`. However, `cargo@0.74.0` still depends on`cargo-credential@0.3.0`. They must depends on the same major version of `cargo-credential` otherwise incompatible. This PR * bumps the version to `cargo-credential-wincred@0.4.2` * bumps the version to `cargo-credential-macos-keychain@0.4.2` * bumps the version to `cargo-credential-li@0.4.2` See rust-lang#13004 for more.
Cargo Credential Packages
This directory contains Cargo packages for handling storage of tokens in a secure manner.
cargo-credential
is a generic library to assist writing a credential
process. The other directories contain implementations that integrate with
specific credential systems.