-
Notifications
You must be signed in to change notification settings - Fork 741
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
tracing-subscriber
depends on unicode case-insensitivity, but doesn't enable unicode-case
feature
#2573
Comments
This is fixed in |
Oh, I see that you're using an 0.2.x version of We don't generally support older semver-incompatible versions of |
ah, gotcha! I don't recall why we're using 0.2, but I suspect it won't be too hard to upgrade. Thanks for the quick response :) |
My pleasure, glad I could help! |
This fixes the issue tokio-rs/tracing#2573
Bug Report
Version
Platform
Crates
tracing-subscriber
Description
Steps to reproduce:
cargo add tracing@0.1.37 --no-default-features --features std
cargo add tracing-subscriber@0.2.25
RUST_LOG=info cargo run
As a workaround,
cargo add regex --features unicode-case
fixes the panic.The text was updated successfully, but these errors were encountered: