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

Migrate lazy_static to once_cell #1565

Merged
merged 2 commits into from Jul 18, 2022

Conversation

futursolo
Copy link
Contributor

once_cell has been accepted into std (currently nightly). Migrating to once_cell would help to eventually move to the std version and save 1 dependency.

@seanmonstar
Copy link
Owner

Thanks for the PR! Looks like indexmap for whatever reason chose to bump to the 2021-edition, which is now breaking reqwest's MSRV CI job. I'll fix that in a separate 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

Successfully merging this pull request may close these issues.

None yet

2 participants