Skip to content

Commit

Permalink
Upgrade to criterion 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhansen committed Dec 31, 2023
1 parent ac2d210 commit 63015f9
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 @@ -20,7 +20,7 @@ serde = { version = "1.0", features=["derive"], optional = true }
smallvec = "1.8"

[dev-dependencies]
criterion = { version = "0.3", features=["html_reports"] }
criterion = { version = "0.5", features=["html_reports"] }

[[bench]]
name = 'optimizer'
Expand Down

0 comments on commit 63015f9

Please sign in to comment.