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

remove once_cell and increase MSRV to 1.70 #1224

Merged
merged 3 commits into from Mar 11, 2024

Conversation

gongzhengyang
Copy link
Contributor

  • replace once_cell::sync::Lazy into std::sync::OnceLock
  • increase MSRV to 1.70.

fix #1217

migration_guide.md Outdated Show resolved Hide resolved
@GuillaumeGomez
Copy link
Owner

Great work, thanks!

@GuillaumeGomez GuillaumeGomez merged commit 36373f3 into GuillaumeGomez:master Mar 11, 2024
66 of 67 checks passed
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.

Drop once_cell dependency once MSRV can be bumped to 1.70
2 participants