Rust 1.70, lazy_static and once_cell crates no longer needed ? #863
lwandrebeck
started this conversation in
Ideas
Replies: 1 comment
-
Yes, we could eventually bump MSRV, but we should revisit MSRV of popular crates that use pest: #671 (comment) and decide based on that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
With Rust 1.70, we could get rid of lazy_static and once_cell crates as OnceCell and OnceLock are now part of the standard library.
But, that would imply to change MSRV.
What do you think of it ? Plan it for 2.7 ? 3.0 ? Never ? (or anything else in between ?).
Beta Was this translation helpful? Give feedback.
All reactions