Skip to content

Commit

Permalink
chore: update criterion dependency
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
huitseeker committed Dec 6, 2023
1 parent 8ccdc45 commit 3c51f6d
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 @@ -37,7 +37,7 @@ cc = "^1.0.70"
which = "^4.0"

[dev-dependencies]
criterion = { version = "0.3", features = [ "html_reports" ] }
criterion = { version = "0.5", features = [ "html_reports" ] }
rand = "^0"
rand_chacha = "^0"
rayon = "1.5"
Expand Down

0 comments on commit 3c51f6d

Please sign in to comment.