We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cec22 commit 506d114Copy full SHA for 506d114
Cargo.toml
@@ -21,7 +21,7 @@ members = [
21
22
[dependencies]
23
log = { version = "0.4.8", features = ["std"] }
24
-regex = { version = "1.0.3", optional = true }
+regex = { version = "1.0.3", optional = true, default-features=false, features=["std", "perf"] }
25
termcolor = { version = "1.0.2", optional = true }
26
humantime = { version = "2.0.0", optional = true }
27
atty = { version = "0.2.5", optional = true }
0 commit comments