-
Notifications
You must be signed in to change notification settings - Fork 7
Update parking lot to 0.11 #5
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
Conversation
|
CI seems to fail for the same reason as #1 (comment) |
|
Just bump the minimum Rust version in CI to fix the issue. |
be2ac6d to
ff4ebec
Compare
|
Done! I skimmed the readme and didn't see any explicit mention of a MSRV to update I used 1.31 which I think is the first rust 2018 edition which I think is required for smallvec since it's using |
|
Oh, it seems smallvec is now breaking on const generics https://travis-ci.org/github/Amanieu/seqlock/jobs/738652796#L240 |
ff4ebec to
df9ef2b
Compare
|
I bumped it to 1.36 which seems to be what parking_lot uses in its CI https://github.com/Amanieu/parking_lot/blob/master/.github/workflows/rust.yml#L19 |
df9ef2b to
408c861
Compare
|
Thanks! |
Fixes Amanieu/parking_lot#255