Skip to content

Commit 18a64e6

Browse files
PyroLagusemilio
authored andcommitted
Turn off regex default features.
1 parent 0ecf7c9 commit 18a64e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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 = [ "std", "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)