Skip to content

Commit f7352fa

Browse files
chore(deps): update criterion requirement from 0.4 to 0.5 (#95)
1 parent 75c82bb commit f7352fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eppo_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde-pyobject = { version = "0.4.0", optional = true}
5252
openssl-src = { version = "~300.2", optional = true }
5353

5454
[dev-dependencies]
55-
criterion = { version = "0.4", features = ["html_reports"] }
55+
criterion = { version = "0.5", features = ["html_reports"] }
5656
env_logger = "0.11.3"
5757

5858
[[bench]]

0 commit comments

Comments
 (0)