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 48aef08 commit 3d5ab0dCopy full SHA for 3d5ab0d
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"
55
56
[features]
57
-stats = ["sysinfo"]
+stats = ["sysinfo"]
0 commit comments