move to std once_cell#251
move to std once_cell#2512ndDerivative wants to merge 1 commit intorust-cli:mainfrom HEGGEMANN-AG:main
Conversation
|
I've merged #253 instead which allows us to maintain our MSRV |
|
The point of this was not to just get once_cell out of direct dependencies, but to reduce the dependency graph. This doesn't do anything along those lines, but oh well. Could've just not merged this and delayed until the next MSRV bump |
|
I think that’s the intent with the |
|
It hasn't done that for 1.56 either, yeah. Thought someone was messing with me there xD |
|
... I made the change to |
This would bump the MSRV to 1.80.0 to remove the once_cell dependency.
As of 1.80, the lazy mechanism here can be replaced by an actual std LazyLock