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 883ba84 commit 167d465Copy full SHA for 167d465
stress/Cargo.toml
@@ -50,7 +50,7 @@ rand = { version = "0.8.4", features = ["small_rng"] }
50
tracing = { workspace = true, features = ["std"]}
51
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
52
num-format = "0.4.4"
53
-sysinfo = { version = "0.32.0", optional = true }
+sysinfo = { version = "0.30.12", optional = true }
54
55
[features]
56
stats = ["sysinfo"]
0 commit comments