Skip to content

Commit f36f7a4

Browse files
authored
Merge pull request #1884 from Kobzol/fix-binary-stats
Fix regex for the `binary_stats` command
2 parents e7cc189 + 5f17346 commit f36f7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ rustc-demangle = { version = "0.1", features = ["std"] }
3838
similar = "2.2"
3939
console = "0.15"
4040
object = "0.32.1"
41-
tabled = { version = "0.14.0" , features = ["ansi-str"]}
41+
tabled = { version = "0.14.0", features = ["ansi-str"] }
4242
humansize = "2.1.3"
43-
regex = { version = "1.7.1", default-features = false, features = ["std", "perf"] }
43+
regex = "1.7.1"
4444
analyzeme = { git = "https://github.com/rust-lang/measureme", branch = "stable" }
4545

4646
benchlib = { path = "benchlib" }

0 commit comments

Comments
 (0)