You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other crates are slowly moving from lazy_static to once_cell, notably tokio did so in 0.3. Would you accept a PR that does the same thing for this crate?
The text was updated successfully, but these errors were encountered:
Hrm, apparently the current release has an MSRV of 1.36.0 and MSRV updates are not considered breaking changes like for many other crates (including lazy_static). Would that MSRV bump be a big deal to you?
Other crates are slowly moving from lazy_static to once_cell, notably tokio did so in 0.3. Would you accept a PR that does the same thing for this crate?
The text was updated successfully, but these errors were encountered: