Skip to content

Commit

Permalink
Move criterion to dev-dependencies in etw-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbodd committed Dec 19, 2024
1 parent b29b530 commit 72a6bc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opentelemetry-etw-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ async-trait = "0.1"
prost = "0.13"
tracelogging = "1.2.1"
tracing = { version = "0.1", optional = true }
criterion = { workspace = true, features = ["html_reports"] }

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }
criterion = { workspace = true, features = ["html_reports"] }

[features]
internal-logs = ["tracing"]
Expand Down

0 comments on commit 72a6bc9

Please sign in to comment.