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

Remove lazy_static dep #10

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Remove lazy_static dep #10

merged 1 commit into from
Jul 26, 2024

Conversation

michaelsproul
Copy link
Member

Replace lazy_static by new LazyLock type stabilised in Rust 1.80.0.

This required bumping the MSRV.

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.00%. Comparing base (184472e) to head (d5142a4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   49.27%   50.00%   +0.72%     
==========================================
  Files           2        2              
  Lines          69       70       +1     
==========================================
+ Hits           34       35       +1     
  Misses         35       35              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelsproul michaelsproul merged commit 8bb97ff into main Jul 26, 2024
7 checks passed
@michaelsproul michaelsproul deleted the lazy-lock branch July 26, 2024 02:23
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.

1 participant