Skip to content

Commit c7ffca0

Browse files
committed
Turn off regex default features.
1 parent 22b1094 commit c7ffca0

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
@@ -54,7 +54,7 @@ lazycell = "1"
5454
lazy_static = "1"
5555
peeking_take_while = "0.1.2"
5656
quote = { version = "1", default-features = false }
57-
regex = "1.0"
57+
regex = { version = "1.0", default-features = false , features = ["unicode"]}
5858
which = { version = "3.0", optional = true, default-features = false }
5959
shlex = "0.1"
6060
rustc-hash = "1.0.1"

0 commit comments

Comments
 (0)