Skip to content

Commit f15b4ac

Browse files
committed
added unicode-perl flag to regex package
1 parent 6f06804 commit f15b4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ termion = "1.5"
1616

1717
intaglio = "1.2"
1818
gc = { version = "0.4", features = ["derive"] }
19-
regex = { version = "1.5", default-features = false, features = [ "std" ] }
19+
regex = { version = "1.5", default-features = false, features = [ "std", "unicode-perl" ] }
2020
os_pipe = "1.0"
2121
inventory = "0.1"
2222
bstr = "0.2"

0 commit comments

Comments
 (0)