cargo/credential
Weihang Lo 36ce6cf0f5
chore: bump cargo-credential-* crates as e58b84d broke stuff
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.
2023-11-19 11:22:37 -05:00
..
cargo-credential chore: bump version for member crates 2023-11-16 13:19:44 -05:00
cargo-credential-1password Auto merge of #12985 - Turbo87:fix-1password-account-usage, r=ehuss 2023-11-16 20:22:53 +00:00
cargo-credential-libsecret chore: bump cargo-credential-* crates as e58b84d broke stuff 2023-11-19 11:22:37 -05:00
cargo-credential-macos-keychain chore: bump cargo-credential-* crates as e58b84d broke stuff 2023-11-19 11:22:37 -05:00
cargo-credential-wincred chore: bump cargo-credential-* crates as e58b84d broke stuff 2023-11-19 11:22:37 -05:00
README.md chore: Use globs for workspace members 2023-04-18 20:02:21 -05:00

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.