Skip to content

Commit af37d79

Browse files
authored
Update to criterion 0.5.1 (#223)
* Update to criterion 0.5.1 Migrate to the latest version of the benchmark library.
1 parent 8dec509 commit af37d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ once_cell = { version = "1.18.0", default-features = false, features = ["alloc"]
8888

8989
[dev-dependencies]
9090
no-panic = "0.1.10"
91-
criterion = {version = "0.3.2", features = ["html_reports"] }
91+
criterion = {version = "0.5.1", features = ["html_reports"] }
9292
seahash = "4.0"
9393
fnv = "1.0.5"
9494
fxhash = "0.2.1"

0 commit comments

Comments
 (0)