You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust 1.80 has a proper implementation of LazyLock, which, when used,
removes the dependency on once_cell.
- update toolchain to 1.80.0 from 1.70.0
- remove once_cell from dependencies
Fixes: eza-community#1169
Just saw #1167, we probably don't need that anymore since it should exist in the standard library now, may be worth bumping our MSRV slightly?
Of course, we shouldn't bump without looking where the ecosystem generally is by now.
The text was updated successfully, but these errors were encountered: