-
Notifications
You must be signed in to change notification settings - Fork 113
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
Drop once_cell / new MSRV Policy #134
Comments
tbh I was disappointed to see lazy_static reappear in my dependency tree with |
@alexheretic so the reason I ended up deciding to use I'm generally not sure right now what a good longer term strategy is. Generally speaking though I think this will eventually resolve when the community as a hole knows what the MSRV policy the ecosystem wants. I'm a bit between chairs right now. |
Thanks for the reply. I guess it was just that a lot of my projects had managed to get away from lazy_static and I thought the ecosystem was moving that way too. With msrv I dislike how it impacts users who are on a recent/the latest compiler, like here where I'm pinning |
Hi all, the I see that |
Moving up to 1.48 is fine for sure. |
Opened #146 |
Because of outdated version of |
Could this be revisited? OnceCell has been partially stabilised into std and the |
@russellbanks what is the ask here in particular? To remove the |
Yes |
It looks like
once_cell
now moved this crate up to 1.56. That's significantly above where it was before (1.40). This crate either has to move up, or a replacement foronce_cell
has to be found.I am going to watch this for a few days now and see then what to do.
Refs matklad/once_cell#201
The text was updated successfully, but these errors were encountered: