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 #194

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Remove once_cell dependency #194

merged 2 commits into from
Aug 22, 2024

Conversation

keisku
Copy link
Contributor

@keisku keisku commented Jul 30, 2024

We should prefer to use std library instead of 3rd party one.
Ref: https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html#whats-in-1800-stable

src/runtime/process.rs Outdated Show resolved Hide resolved
@keisku keisku changed the title Use LazyLock instead of once_cell Use OnceLock instead of once_cell Aug 22, 2024
@keisku keisku changed the title Use OnceLock instead of once_cell Remove once_cell dependency Aug 22, 2024
@cgwalters cgwalters merged commit f8d6425 into youki-dev:main Aug 22, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants