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 dependency and use LazyLock #7405

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

cakebaker
Copy link
Contributor

This PR removes the once_cell dependency and uses std::sync::LazyLock instead, which was added in Rust 1.80.

Copy link

github-actions bot commented Mar 5, 2025

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit 15864bc into uutils:main Mar 5, 2025
65 checks passed
@cakebaker cakebaker deleted the remove_once_cell branch March 5, 2025 10:35
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