- Notifications
You must be signed in to change notification settings - Fork44
Bump to smallvec 1.1.0#52
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
clintfred commentedJan 21, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@Manishearth Thanks for the quick merge. Would you be willing to cut a new release of unicode-normalization with patch version bump so downstream can pick this up? |
Manishearth commentedJan 21, 2020
Sure! |
Manishearth commentedJan 21, 2020
Done! |
mbrubeck commentedFeb 4, 2020
For the record, this change was unnecessary. This crate is already compatible with any smallvec 1.x version, and cargo will pick the highest version by default when creating or updating a Cargo.lock file. smallvec 1.1.0 did not add any bug fixes or features used by this crate, so there’s no reason to require it. |
No description provided.