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 216c459 commit 4284dd0Copy full SHA for 4284dd0
collector/Cargo.toml
@@ -40,7 +40,7 @@ console = "0.15"
40
object = "0.32.1"
41
tabled = { version = "0.14.0" , features = ["ansi-str"]}
42
humansize = "2.1.3"
43
-regex = "1.7.1"
+regex = { version = "1.7.1", default-features = false, features = ["std", "perf"] }
44
analyzeme = { git = "https://github.com/rust-lang/measureme", branch = "stable" }
45
46
benchlib = { path = "benchlib" }
0 commit comments