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

Bump smallvec dependency to avoid issues with mem::uninitialized in newer rust #3

Open
5225225 opened this issue Aug 1, 2022 · 0 comments

Comments

@5225225
Copy link

5225225 commented Aug 1, 2022

Hello! In rust-lang/rust#99389 we're making the checks for mem::uninitialized stricter, and old versions of smallvec run into them.

You can just upgrade smallvec to the latest stable to avoid this, it seems like there were no breaking changes in the bits of the API that you use, tests seem to pass fine on version 1.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant