-
Notifications
You must be signed in to change notification settings - Fork 56
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
Once cell instead of lazy_static #66
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
==========================================
- Coverage 71.39% 70.90% -0.50%
==========================================
Files 19 20 +1
Lines 1930 2021 +91
==========================================
+ Hits 1378 1433 +55
- Misses 552 588 +36 ☔ View full report in Codecov by Sentry. |
|
|
@rubdos I guess you should add a merge commit from the |
I should rebase indeed. But since this breaks the API/semver, we'll do that after we release 0.3.4 :-) |
Co-authored-by: ds-cbo <82801887+ds-cbo@users.noreply.github.com>
@gferon, this too was 0.4-material because it breaks public API. I'll foresee a 0.3 branch for whatever I still want backported. |
(Currently based on #65)
Follow-up from #60.