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 1541a33Copy full SHA for 1541a33
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" # https://github.com/GuillaumeGomez/sysinfo/issues/1392
55
56
[features]
-stats = ["sysinfo"]
57
+stats = ["sysinfo"]
0 commit comments