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

MSRV in lib.rs wrong #242

Closed remexre closed 1 year ago

remexre commented 1 year ago

lib.rs ( https://github.com/matklad/once_cell/blob/master/src/lib.rs#L278 ) and consequently docs.rs reports an MSRV of 1.56.0 rather than 1.60.0

matklad commented 1 year ago

Good catch, fixed on master!