Skip to content

Commit

Permalink
Enabling RUST_LOG parsing by enabling unicode-case feature of regex c…
Browse files Browse the repository at this point in the history
…rate.
  • Loading branch information
gl-yziquel committed Nov 23, 2023
1 parent 07ffd10 commit f110737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1"
tracing-subscriber = "0.2"
regex = { version = "1.9", features = ["unicode-case"] }
tracing-futures = "0.2"
futures = "0.3"
semver = { version = "0.11", features = ["serde"] }
Expand Down

0 comments on commit f110737

Please sign in to comment.