Closed
Description
OnceCell
is set to be partially stabilized in Rust 1.70. (rust-lang/rust#105587).
If it releases as a part of Rust 1.70, it may be possible to replace the once_cell
dependency within Bevy's crates with the stdlib's implementation.