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 1119549 commit 48aef08Copy full SHA for 48aef08
stress/Cargo.toml
@@ -50,7 +50,8 @@ 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.30.12", optional = true }
+sysinfo = { version = "0.32", optional = true }
54
+libc = "0.2.164"
55
56
[features]
57
stats = ["sysinfo"]
0 commit comments