summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f81a4cc..c6fe62e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@ lazycell = "1"
lazy_static = "1"
peeking_take_while = "0.1.2"
quote = { version = "1", default-features = false }
-regex = "1.0"
+regex = { version = "1.0", default-features = false , features = [ "std", "unicode"]}
which = { version = "3.0", optional = true, default-features = false }
shlex = "0.1"
rustc-hash = "1.0.1"