Uh oh!
There was an error while loading. Please reload this page.
[stable] Prepare 1.58.1 artifacts - #93121
Merged
Merged
Conversation
emilyalbini
commented
Jan 20, 2022
MemberAuthor
@bors r+ p=1000 rollup=never |
bors
commented
Jan 20, 2022
Collaborator
📌 Commit 64916b5 has been approved by |
bors
commented
Jan 20, 2022
Collaborator
⌛ Testing commit 64916b5 with merge 694219d4cade6ceba55662a265111a020f31500a... |
bors
commented
Jan 20, 2022
Collaborator
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Jan 20, 2022
Collaborator
emilyalbini
commented
Jan 20, 2022
MemberAuthor
@bors retry |
bors
commented
Jan 20, 2022
Collaborator
emilyalbini
commented
Jan 20, 2022
MemberAuthor
@bors treeclosed=100 |
bors
commented
Jan 20, 2022
Collaborator
☀️ Test successful - checks-actions |
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jan 20, 2022
…on-number, r=Mark-Simulacrum Add script to prevent point releases with same number as existing ones This will hopefully prevent what happened today with rust-lang#93110 and rust-lang#93121, where we built point release artifacts without changing version numbers, thus requiring another PR to change the version number. r? `@Mark-Simulacrum`
ehuss pushed a commit
to ehuss/rust
that referenced
this pull request
Jan 25, 2022
…on-number, r=Mark-Simulacrum Add script to prevent point releases with same number as existing ones This will hopefully prevent what happened today with rust-lang#93110 and rust-lang#93121, where we built point release artifacts without changing version numbers, thus requiring another PR to change the version number. r? `@Mark-Simulacrum`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#93110 added all the changes needed for the 1.58.1 release, but didn't bump the version number. This PR bumps the version number to produce the 1.58.1 stable artifacts.
r? @ghost