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.
2 parents dde879c + 9e43aa5 commit 98ca3ceCopy full SHA for 98ca3ce
collector/Cargo.toml
@@ -36,7 +36,7 @@ rustc-demangle = { version = "0.1", features = ["std"] }
36
similar = "2.2"
37
console = "0.15"
38
object = "0.36.0"
39
-tabled = { version = "0.20", features = ["ansi-str", "ansi"] }
+tabled = { version = "0.20", default-features = false, features = ["derive", "ansi"] }
40
humansize = "2.1.3"
41
regex = "1.7.1"
42
analyzeme = "12.0.0"
0 commit comments