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

migrate from once_cell to std::sync::oncelock #1010

Merged
merged 6 commits into from
Jun 2, 2023

Conversation

jqnatividad
Copy link
Collaborator

  • now that Rust 1.70.0 has once_lock in std, we no longer need the once_cell crate
  • remove parking lot crate as well, as we added it to use hardware_lock_ellision with once_cell on platforms that support it
  • bump MSRV to 1.70.0

@jqnatividad jqnatividad merged commit 2296704 into master Jun 2, 2023
@jqnatividad jqnatividad deleted the oncecell_to_oncelock branch June 7, 2023 01:34
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.

1 participant