Skip to content

Commit

Permalink
added unicode-perl flag to regex package
Browse files Browse the repository at this point in the history
  • Loading branch information
meow-sokovykh committed Mar 25, 2023
1 parent 6f06804 commit f15b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ termion = "1.5"

intaglio = "1.2"
gc = { version = "0.4", features = ["derive"] }
regex = { version = "1.5", default-features = false, features = [ "std" ] }
regex = { version = "1.5", default-features = false, features = [ "std", "unicode-perl" ] }
os_pipe = "1.0"
inventory = "0.1"
bstr = "0.2"
Expand Down

0 comments on commit f15b4ac

Please sign in to comment.