Skip to content

Commit

Permalink
Downgrade criterion to 0.4 as 0.5 doesn't support rust 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Jul 2, 2023
1 parent 7e83b61 commit fffae1a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 146 deletions.
211 changes: 66 additions & 145 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hex-literal = "0.4"
aes = "0.8"

# For benchmarks
criterion = "0.5"
criterion = "0.4"
rand = "0.8"

[[bench]]
Expand Down

0 comments on commit fffae1a

Please sign in to comment.