Skip to content

Commit 42731f5

Browse files
committed
downgrade criterion version
1 parent 5c3e8a3 commit 42731f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ otel_unstable = []
4242

4343
[dev-dependencies]
4444
opentelemetry_sdk = { path = "../opentelemetry-sdk" } # for documentation tests
45-
criterion = { version = "0.5", features = ["html_reports"] }
45+
criterion = { version = "0.4", features = ["html_reports"] }
4646

4747
[[bench]]
4848
name = "noop_metrics"

0 commit comments

Comments
 (0)