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

chore: bump matchers to 0.2.0 #3078

Closed
wants to merge 1 commit into from
Closed

Conversation

mokurin000
Copy link

@mokurin000 mokurin000 commented Sep 10, 2024

Motivation

(this will close #2923)

tracing-subscriber depends on matchers 0.1.0, which depends on regex-automata 0.1,

which results binary bloat (~300KiB .text on x86_64, with current rustc) if user want to use latest regex.

Solution

Bump matchers to 0.2.0, which updates to latest regex-automata (^0.4)

@Rustin170506
Copy link

Duplicate of #3033

@mokurin000 mokurin000 closed this Sep 10, 2024
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.

potential binary bloat caused by matchers
2 participants