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
chore(deps): Drop use of once_cell::{sync,unsync}::OnceCell (vectordotdev#17621)
* chore(deps): Drop use of `once_cell::{sync,unsync}::OnceCell`
This is now part of `std::cell` and `std::sync`. This bumps the MSRV to 1.70.0
which is when those features were stabilized.
* Fix `const fn` lint
* Another const lint
* Fix more uses
* Deny `once_cell::sync::OnceCell` with clippy
0 commit comments