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

replaced lazy_static with OnceLock #11

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Conversation

jkneer
Copy link
Contributor

@jkneer jkneer commented Nov 7, 2024

Replaced lazy_static with once lock, this gets rid of the lazy_static dependency.

  • bumped version to 0.6.0
  • replaced lazy_static with OnceLock
  • set edition to 2021 and required rust version to 1.70.0
  • updated the regex dependency to the most recent version

All tests succeed.

@kardeiz kardeiz merged commit 9428a94 into kardeiz:master Nov 7, 2024
@jkneer
Copy link
Contributor Author

jkneer commented Nov 7, 2024

Just a reminder to push the new version with a cargo publish.

@kardeiz
Copy link
Owner

kardeiz commented Nov 7, 2024

This looks great, thank you! Just published to crates.io.

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