mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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-macos-keychain
This is the implementation for the Cargo credential helper for macOS Keychain. See the credential-provider documentation for how to use this.
This credential provider is built-in to cargo as cargo:macos-keychain
.