matklad / once_cell

Rust library for single assignment cells and lazy statics without macros
Apache License 2.0
1.84k stars 110 forks source link

chore: Update parking_lot to 0.8 #11

Closed ignatenkobrain closed 5 years ago

ignatenkobrain commented 5 years ago

Signed-off-by: Igor Gnatenko i.gnatenko.brain@gmail.com

matklad commented 5 years ago

Thanks!

I wonder if bumping MSRV to 1.31 means that we should break the API to take advantage of new const-fns...

@mmstick you were interested in support for rustc 1.24. Do you still need it?

I think what I am going to do is to simultaneously modernize the API, bump parking lot and bump MSRV. That way projects needing older rustc won't be broken by semver compatible update.

mmstick commented 5 years ago

I do not require 1.24 anymore. Ubuntu 18.04 has been updated to ship rustc 1.31

matklad commented 5 years ago

CI is failing for MSRV, I'll merge manually as is and fix it up

matklad commented 5 years ago

Published 0.2.0