Skip to content

Commit

Permalink
Merge pull request #68 from gl-yziquel/fix-log-utf8
Browse files Browse the repository at this point in the history
Enabling RUST_LOG parsing by enabling unicode-case feature of regex crate.
  • Loading branch information
fMeow authored Jan 30, 2024
2 parents 0c5fed2 + f110737 commit b8caa88
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 b8caa88

Please sign in to comment.