Skip to content

Commit d8fb579

Browse files
Update Rust crate criterion to 0.8 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92287c0 commit d8fb579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ thiserror = "2.0.18"
6464
[dev-dependencies]
6565
serde_json = "^1.0"
6666
rand = "0.10.0-rc.7"
67-
criterion = { version = "0.5", features = ["html_reports"] }
67+
criterion = { version = "0.8", features = ["html_reports"] }
6868
energy-bench = "^0.1"
6969

7070
[[bench]]

0 commit comments

Comments
 (0)