Skip to content

Commit

Permalink
Merge pull request #87 from chrissimpkins/dependabot/cargo/criterion-0.5
Browse files Browse the repository at this point in the history
(cargo)(deps): Update criterion requirement from 0.4 to 0.5
  • Loading branch information
chrissimpkins committed Dec 17, 2023
2 parents b7ad08f + 59bded7 commit 3348f13
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 @@ -23,7 +23,7 @@ rayon = { version = "1.5.1", optional = true }
parallel = ["rayon"]

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
pretty_assertions = "1.0.0"
tempdir = "0.3.7"

Expand Down

0 comments on commit 3348f13

Please sign in to comment.