Skip to content

Commit

Permalink
Merge branch 'main' into otel-sdk-remove-oncecell
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Nov 26, 2024
2 parents d5c4a54 + 1541a33 commit 42866a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ rand = { version = "0.8.4", features = ["small_rng"] }
tracing = { workspace = true, features = ["std"]}
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
num-format = "0.4.4"
sysinfo = { version = "0.30.12", optional = true }
sysinfo = { version = "0.32", optional = true }
libc = "=0.2.164" # https://github.com/GuillaumeGomez/sysinfo/issues/1392

[features]
stats = ["sysinfo"]
stats = ["sysinfo"]

0 comments on commit 42866a9

Please sign in to comment.