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

Update parking_lot #34

Closed kjeremy closed 5 years ago

kjeremy commented 5 years ago

While this isn't strictly necessary I'm trying to remove multiple versions of rand from downstream.

matklad commented 5 years ago

Excellent! Could you replace explicit parking_lot_api dep with a reexport as well? See https://github.com/matklad/once_cell/pull/27/files

matklad commented 5 years ago

bors r+

Thanks!

bors[bot] commented 5 years ago

Build succeeded