Skip to content

Commit

Permalink
Merge pull request hush-shell#39 from meow-sokovykh/feature/add_unico…
Browse files Browse the repository at this point in the history
…de_support_for_regex

added unicode-perl flag to regex package
  • Loading branch information
gahag authored Mar 27, 2023
2 parents 6f06804 + f15b4ac commit 01b4303
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 01b4303

Please sign in to comment.