pasta_curves icon indicating copy to clipboard operation
pasta_curves copied to clipboard

Replace `lazy_static` with `core::cell::OnceCell` once MSRV is at least 1.70

Open str4d opened this issue 2 months ago • 0 comments

#81 is a short-term solution to the problem of the lazy_static/spin_no_std feature flag. The long-term solution is to migrate to core::cell::OnceCell, which was stabilised in 1.70.

str4d avatar Apr 16 '24 22:04 str4d