-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Update to semver 1.0.3 #85983
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
Thanks @dtolnay for such a quick fix, you are awesome as always. Just an FYI, we normally push version updates through cargo's own 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 |
📌 Commit 1aba171 has been approved by |
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.
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
Fixes rust-lang/cargo#9508 (comment) by pulling in dtolnay/semver#247.
Fixes rust-lang/cargo#9543