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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: