matklad / once_cell

Rust library for single assignment cells and lazy statics without macros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSRV in lib.rs wrong

remexre opened this issue · comments

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

Good catch, fixed on master!