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 3d5ab0d commit 6ffff75Copy full SHA for 6ffff75
stress/Cargo.toml
@@ -51,7 +51,7 @@ tracing = { workspace = true, features = ["std"]}
51
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
52
num-format = "0.4.4"
53
sysinfo = { version = "0.32", optional = true }
54
-libc = "=0.2.164"
+libc = "=0.2.164" # https://github.com/GuillaumeGomez/sysinfo/issues/1392
55
56
[features]
57
stats = ["sysinfo"]
0 commit comments