diff options
author | pommicket <pommicket@gmail.com> | 2025-09-08 15:05:05 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-08 15:11:36 -0400 |
commit | 911396fd0b1629fbac0230314fe6196dc6f8b229 (patch) | |
tree | 0883786b822807d66a6744bb9c85b8d4d2e85ef2 | |
parent | 4891fa07a51f8da70773cbdbc64ff3aa7ebecf58 (diff) |
Update to latest version of criterion
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ version = "0.1.1" edition = "2024" [dev-dependencies] -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.7.0", features = ["html_reports"] } png = "0.18.0" png-decoder = "0.1.1" |