Commit 1308252
committed
Auto merge of #13015 - ehuss:bump-stable-0.75.1, r=weihanglo
[stable 1.74] Bump cargo patch version
#13004 bumped the credential crate versions to deal with a semver-incompatible change, but I believe we also need to bump and publish cargo.
My thinking is that:
* cargo 0.75.0 currently depends on cargo-credential-libsecret="0.3.1"
* The `Cargo.lock` is locked to **0.3.2**
* We plan to yank cargo-credential-libsecret 0.3.2
* Users who depend on cargo 0.75.0 as a library will be unable to do so since after yanking it will pick up cargo-credential-libsecret="0.3.1", but this won't work.
* cargo 0.75.0 -> cargo-credential 0.4.0
* cargo-credential-libsecret 0.3.1 -> cargo-credential **0.3.0**
(Users using a `Cargo.lock`, like doing rust builds, shouldn't be affected by the yank.)
So, after publishing the new credential crates, I think we'll also need to publish a new 0.75.1 which depends on the correct versions so that users can use 0.75. It also probably makes sense to yank 0.75.0.2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments