-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Depend on parking_lot 0.10 #16
Comments
Possibly. Only problem with that is that you then get Amanieu/parking_lot#188 pulled in, which means our MSRV has to jump to 1.36. If rust-lang/rust#65262 gets resolved at some point I could leave the version floating a bit more, but for the moment this is slightly annoying. I'll probably just bump the MSRV and do a 0.4.0 release at some point however. |
Hey, |
I'd been delaying because this and #17 turned up relatively quickly after one another and wanted to wait and see if anything else cropped up before doing a new release, but looks like we're safe for the moment so I'll do that |
New version of parking_lot has been released, and I'm getting clashes between my project depending directly on 0.10 and serial_test depending on 0.9. Compilation fails with "Perhaps two different versions of parking_lot are used?"
Maybe serial_test should be updated to depend on parking_lot 0.10 as well?
The text was updated successfully, but these errors were encountered: