Closed xTachyon closed 3 months ago
Hi @xTachyon! We would welcome the change if you would like to raise a PR :smile:
should this issue be open?
Looks like #164 intended to close this, but unfortunately (and somewhat surprisingly) "solves" isn't one of the keywords that GitHub picks up. "resolves" is, though 🙂
Is there a plan to move away from
lazy_static
? This seems to pull an ancient version ofspin
that, at least for me, results in a duplicated dependency.I think the new way of doing this is through
OnceLock
, which conveniently is introduced in 1.70, which is the MSRV for this crate.