-
-
Notifications
You must be signed in to change notification settings - Fork 126
Bump mea to 0.6.3 to reduce key clone in OnceMap #1434
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
Conversation
Signed-off-by: tison <wander4096@gmail.com>
| liblzma = { version = "0.4.5", features = ["static"] } | ||
| libyaml = { version = "0.2.0" } | ||
| mea = { version = "0.6.2" } | ||
| mea = { version = "0.6.3" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only effective change.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1434 +/- ##
=======================================
Coverage 90.74% 90.74%
=======================================
Files 82 82
Lines 16776 16776
=======================================
Hits 15224 15224
Misses 1552 1552 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📦 Cargo Bloat ComparisonBinary size change: +0.00% (22.5 MiB → 22.5 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
This follows #1433
See fast/mea#109
@j178 toml auto formatted by VS Code. I can revert it if desired, but I suggest we can add a taplo config to keep the toml style consistent. Or even have a pre-commit/prek rule for this.