-
Notifications
You must be signed in to change notification settings - Fork 13.4k
bump smallvec to 1.0 #66086
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bump smallvec to 1.0 #66086
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@@ -3175,7 +3175,7 @@ dependencies = [ | |||
"rustc-hash", | |||
"rustc-rayon 0.2.0", | |||
"rustc-rayon-core 0.2.0", | |||
"smallvec", | |||
"smallvec 0.6.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this will end up automatically upgrading itself when this crate is auto-published?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but bumping the rustc-ap crates in rls/rustfmt still needs to happen manually.
@bors r+ |
📌 Commit 90b8d34 has been approved by |
bump smallvec to 1.0 This includes servo/rust-smallvec#162, fixing an unsoundness in smallvec. See servo/rust-smallvec#175 for the 1.0 release announcement. Cc @mbrubeck @emilio
Rollup of 9 pull requests Successful merges: - #65776 (Rename `LocalInternedString` and more) - #65973 (caller_location: point to macro invocation sites, like file!/line!, and use in core::panic!.) - #66015 (librustc_lexer: Refactor the module) - #66062 (Configure LLVM module PIC level) - #66086 (bump smallvec to 1.0) - #66092 (Use KERN_ARND syscall for random numbers on NetBSD, same as FreeBSD.) - #66103 (Add target thumbv7neon-unknown-linux-musleabihf) - #66133 (Update the bundled `wasi-libc` repository) - #66139 (use American spelling for `pluralize!`) Failed merges: r? @ghost
☔ The latest upstream changes (presumably #66143) made this pull request unmergeable. Please resolve the merge conflicts. |
This includes servo/rust-smallvec#162, fixing an unsoundness in smallvec.
See servo/rust-smallvec#175 for the 1.0 release announcement.
Cc @mbrubeck @emilio