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

Removed the lazy_static dependency #8

Merged
merged 2 commits into from
Feb 17, 2025
Merged

Conversation

TrevorCow
Copy link
Contributor

Removed the lazy_static dependency and replaced it with std::sync::LazyLock as per https://github.com/rust-lang-nursery/lazy-static.rs?tab=readme-ov-file#standard-library

The only reason I see not to merge this is it does bump the MSRV to 1.80. If that is undesirable you may want to delay this PR.

@Uriopass
Copy link
Owner

Uriopass commented Feb 5, 2025

Yep I've been thinking about this and just didn't want to bump MSRV too much. I guess 1.80 is fine. I'll merge this when I have some time. Thanks!

@Uriopass Uriopass merged commit 8e85eb7 into Uriopass:master Feb 17, 2025
@Uriopass
Copy link
Owner

Published on crates.io, now with zero deps!
Edition 2024 will probably push people to update rustc.

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 this pull request may close these issues.

2 participants