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 lazy_static dependency with std::sync::OnceCell #36

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

threema-danilo
Copy link
Collaborator

The MSRV for OnceCell is Rust 1.70 (released >8 months ago).

The MSRV for OnceCell is Rust 1.70.
@threema-danilo threema-danilo added the enhancement New feature or request label Feb 16, 2024
@threema-danilo
Copy link
Collaborator Author

Tests pass, both here and using a dependent project.

@threema-danilo threema-danilo merged commit 9b8aa60 into main Feb 16, 2024
4 checks passed
@threema-danilo threema-danilo deleted the once-cell branch February 16, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant