Skip to content

Commit 3d5ab0d

Browse files
authored
Update Cargo.toml
1 parent 48aef08 commit 3d5ab0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stress/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tracing = { workspace = true, features = ["std"]}
5151
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
5252
num-format = "0.4.4"
5353
sysinfo = { version = "0.32", optional = true }
54-
libc = "0.2.164"
54+
libc = "=0.2.164"
5555

5656
[features]
57-
stats = ["sysinfo"]
57+
stats = ["sysinfo"]

0 commit comments

Comments
 (0)