Skip to content

Commit 4284dd0

Browse files
committed
collector: disable regex's unicode feauture to cut 400kb size
1 parent 216c459 commit 4284dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ console = "0.15"
4040
object = "0.32.1"
4141
tabled = { version = "0.14.0" , features = ["ansi-str"]}
4242
humansize = "2.1.3"
43-
regex = "1.7.1"
43+
regex = { version = "1.7.1", default-features = false, features = ["std", "perf"] }
4444
analyzeme = { git = "https://github.com/rust-lang/measureme", branch = "stable" }
4545

4646
benchlib = { path = "benchlib" }

0 commit comments

Comments
 (0)