Skip to content

Commit

Permalink
Auto merge of rust-lang#13009 - weihanglo:rust-1.75.0-bump-credential…
Browse files Browse the repository at this point in the history
…, r=ehuss

[beta-1.75.0] 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 `[email protected]`.
However, `[email protected]` still depends on`[email protected]`.
They must depends on the same major version of `cargo-credential`
otherwise incompatible.

This PR

* bumps the version to `[email protected]`
* bumps the version to `[email protected]`
* bumps the version to `[email protected]`

See rust-lang#13004 for more.
  • Loading branch information
bors committed Nov 20, 2023
2 parents c67dced + a821e6f commit 1d8b05c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ anyhow = "1.0.75"
base64 = "0.21.5"
bytesize = "1.3"
cargo = { path = "" }
cargo-credential = { version = "0.4.0", path = "credential/cargo-credential" }
cargo-credential-libsecret = { version = "0.3.1", path = "credential/cargo-credential-libsecret" }
cargo-credential-macos-keychain = { version = "0.3.0", path = "credential/cargo-credential-macos-keychain" }
cargo-credential-wincred = { version = "0.3.0", path = "credential/cargo-credential-wincred" }
cargo-credential = { version = "0.4.1", path = "credential/cargo-credential" }
cargo-credential-libsecret = { version = "0.4.1", path = "credential/cargo-credential-libsecret" }
cargo-credential-macos-keychain = { version = "0.4.1", path = "credential/cargo-credential-macos-keychain" }
cargo-credential-wincred = { version = "0.4.1", path = "credential/cargo-credential-wincred" }
cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
cargo-test-macro = { path = "crates/cargo-test-macro" }
cargo-test-support = { path = "crates/cargo-test-support" }
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential-libsecret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-credential-libsecret"
version = "0.3.3"
version = "0.4.1"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential-macos-keychain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-credential-macos-keychain"
version = "0.3.2"
version = "0.4.1"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential-wincred/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-credential-wincred"
version = "0.3.2"
version = "0.4.1"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 1d8b05c

Please sign in to comment.