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 crate from dependencies #12612

Conversation

phillipleblanc
Copy link
Contributor

@phillipleblanc phillipleblanc commented Sep 25, 2024

Which issue does this PR close?

N/A

Rationale for this change

This should be merged after #12601

When looking at #12601 I noticed that the once_cell crate is still listed as a dependency, but there are no usages of it in the codebase, aside from one test that could move to LazyLock instead.

What changes are included in this PR?

Remove the unused once_cell dependency and replace the usage of it with LazyLock.

Are these changes tested?

Tested by CI

Are there any user-facing changes?

No

@github-actions github-actions bot added the physical-expr Physical Expressions label Sep 25, 2024
@phillipleblanc
Copy link
Contributor Author

Closing as we can't bump MSRV for now ref: #12601 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant