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

Swap to using std's OnceCell once stablized #50

Closed
james7132 opened this issue Apr 5, 2023 · 1 comment · Fixed by #76
Closed

Swap to using std's OnceCell once stablized #50

james7132 opened this issue Apr 5, 2023 · 1 comment · Fixed by #76

Comments

@james7132
Copy link
Contributor

OnceCell is set to be partially stablized in Rust 1.70. (rust-lang/rust#105587).

If it releases as a part of Rust 1.70 and it's acceptable to bump the MSRV of this crate to it, it may be possible to replace the once_cell dependency of this crate with the stdlib's implementation.

@Amanieu
Copy link
Owner

Amanieu commented Apr 8, 2023

I don't think there is a strong motivation to do that, and there will be a strong pushback against increasing the MSRV of this crate.

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 a pull request may close this issue.

2 participants