Skip to content

Commit

Permalink
Update to criterion 0.5.1 (#223)
Browse files Browse the repository at this point in the history
* Update to criterion 0.5.1

Migrate to the latest version of the benchmark library.
  • Loading branch information
rillian committed Mar 20, 2024
1 parent 8dec509 commit af37d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ once_cell = { version = "1.18.0", default-features = false, features = ["alloc"]

[dev-dependencies]
no-panic = "0.1.10"
criterion = {version = "0.3.2", features = ["html_reports"] }
criterion = {version = "0.5.1", features = ["html_reports"] }
seahash = "4.0"
fnv = "1.0.5"
fxhash = "0.2.1"
Expand Down

0 comments on commit af37d79

Please sign in to comment.