-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace once_cell
with std::sync
#9799
Comments
May I take this? |
@DaniPopes is it free? I've a pr ready if needed, let me know |
no, @harsh-ps-2003 had one in progress that was already reviewed, and it was only closed due to git issues on their end, per the PR listed above. It would be best to wait for them to re-submit and give them a chance to go through the review process |
@Rjected @tcoratger thanks for waiting! Really appreciate it! |
@harsh-ps-2003 let me know if you need help |
Describe the feature
Replace
once_cell::sync::Lazy
withstd::sync::LazyLock
, which is now stable as of Rust 1.80This requires also increasing MSRV to 1.80
Additional context
No response
The text was updated successfully, but these errors were encountered: