Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to semver 1.0.3 #85983

Merged
merged 1 commit into from
Jun 5, 2021
Merged

Update to semver 1.0.3 #85983

merged 1 commit into from
Jun 5, 2021

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Jun 4, 2021

@rust-highfive
Copy link
Collaborator

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 4, 2021
@ehuss
Copy link
Contributor

ehuss commented Jun 4, 2021

Thanks @dtolnay for such a quick fix, you are awesome as always.

Just an FYI, we normally push version updates through cargo's own Cargo.toml to ensure that the correct versions are also used by library users of cargo-the-library. The rust-lang/rust lockfile will get updated as a consequence of the normal update procedure.

I'll go ahead and approve this to see if it can get in the next nightly. Would you mind posting an update to Cargo.toml, too?

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 4, 2021

📌 Commit 1aba171 has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 4, 2021
bors added a commit to rust-lang/cargo that referenced this pull request Jun 4, 2021
Pull in semver 1.0.3 'x' fix

As requested in rust-lang/rust#85983 (comment) -- a Cargo.toml update to ensure Cargo-the-library users always get dtolnay/semver#247. Fixes #9543.
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 4, 2021
Rollup of 10 pull requests

Successful merges:

 - rust-lang#83653 (Remove unused code from `rustc_data_structures::sync`)
 - rust-lang#84466 (rustdoc: Remove `PrimitiveType::{to_url_str, as_str}`)
 - rust-lang#84880 (Make match in `register_res` easier to read)
 - rust-lang#84942 (rustdoc: link to stable/beta docs consistently in documentation)
 - rust-lang#85853 (Warn against boxed DST in `improper_ctypes_definitions` lint)
 - rust-lang#85939 (Fix suggestion for removing &mut from &mut macro!().)
 - rust-lang#85966 (wasm: Make simd types passed via indirection again)
 - rust-lang#85979 (don't suggest unsized indirection in where-clauses)
 - rust-lang#85983 (Update to semver 1.0.3)
 - rust-lang#85988 (Note that `ninja = false` goes under `[llvm]`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit d5c9894 into rust-lang:master Jun 5, 2021
@rustbot rustbot added this to the 1.54.0 milestone Jun 5, 2021
@dtolnay dtolnay deleted the semverx branch June 7, 2021 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in version strings accepted by cargo
6 participants