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

Use standard LazyLock (Rust 1.80) instead of lazy_static dependencies. #175

Open
claudiofsr opened this issue Aug 8, 2024 · 1 comment · May be fixed by #176
Open

Use standard LazyLock (Rust 1.80) instead of lazy_static dependencies. #175

claudiofsr opened this issue Aug 8, 2024 · 1 comment · May be fixed by #176

Comments

@claudiofsr
Copy link

claudiofsr commented Aug 8, 2024

Please, use standard LazyLock (Rust 1.80) instead of lazy_static dependencies.

So remove unnecessary dependencies.

@spenserblack
Copy link
Collaborator

Sounds good, but this will require users to be on Rust 1.80, so we should probably wait until it's more widely used before implementing this.

@spenserblack spenserblack linked a pull request Sep 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants