Skip to content

Commit

Permalink
Merge pull request #8 from Gateway-DAO/dependabot/cargo/criterion-0.5.1
Browse files Browse the repository at this point in the history
chore(deps): bump criterion from 0.4.0 to 0.5.1
  • Loading branch information
10d9e authored Oct 4, 2024
2 parents 057ef63 + 88461d3 commit 5c9d308
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 90 deletions.
132 changes: 43 additions & 89 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 benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tfhe = { version = "0.8.0", features = [ "boolean", "shortint", "integer", "x86_
tfhe = { version = "0.8.0", features = [ "boolean", "shortint", "integer", "aarch64-unix" ] }

[dev-dependencies]
criterion = "0.4" # Use Criterion for stable benchmarking
criterion = "0.5" # Use Criterion for stable benchmarking

[[bench]]
name = "benchmarks"
Expand Down

0 comments on commit 5c9d308

Please sign in to comment.