Skip to content

Commit

Permalink
Bump criterion to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Dec 29, 2023
1 parent a6471c7 commit b29757f
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 @@ -19,7 +19,7 @@ rug = { version = "1.18", default-features = false, features = ["integer"], opti
# need `crypto-bigint` with `alloc` to test `BoxedUint`
crypto-bigint = { version = "0.6.0-pre.7", default-features = false, features = ["alloc"] }
rand_chacha = "0.3"
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
num-modular = { version = "0.5", features = ["num-bigint"] }
num-bigint = "0.4"
num-integer = "0.1"
Expand Down

0 comments on commit b29757f

Please sign in to comment.