Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move away from lazy_static #163

Open
xTachyon opened this issue Jan 14, 2024 · 1 comment
Open

Move away from lazy_static #163

xTachyon opened this issue Jan 14, 2024 · 1 comment

Comments

@xTachyon
Copy link

Is there a plan to move away from lazy_static? This seems to pull an ancient version of spin 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.

@kurtlawrence
Copy link
Collaborator

Hi @xTachyon! We would welcome the change if you would like to raise a PR 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants