Skip to content
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 async-lock #29

Merged
merged 2 commits into from
Oct 30, 2022
Merged

Replace once_cell with async-lock #29

merged 2 commits into from
Oct 30, 2022

Conversation

notgull
Copy link
Member

@notgull notgull commented Oct 29, 2022

This crate no longer builds on its MSRV of 1.47 due to the once_cell MSRV bump. This resolves it by replacing it with async_lock::OnceCell, similarly to how we did smol-rs/async-lock#93

@notgull notgull merged commit 263ea89 into master Oct 30, 2022
@notgull notgull deleted the async-lock branch October 30, 2022 04:41
@taiki-e taiki-e mentioned this pull request Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants