async-global-executor icon indicating copy to clipboard operation
async-global-executor copied to clipboard

Use `std::sync::OnceLock` instead of `once_cell` crate if MSRV allows

Open stackinspector opened this issue 1 year ago • 0 comments

This would raise MSRV to 1.70. Found an issue mentioned MSRV, but did not find a clear MSRV policy. btw Found the once_cell dependency in async-std as well.

stackinspector avatar Jan 01 '24 00:01 stackinspector