Skip to content

Commit

Permalink
bumps criterion to 0.5.1 (solana-labs#32760)
Browse files Browse the repository at this point in the history
Current version throws warning:

  warning: the following packages contain code that will be rejected by
  a future version of Rust: criterion v0.3.5
  • Loading branch information
behzadnouri authored Aug 8, 2023
1 parent 7c1cf29 commit ef318c2
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 22 deletions.
107 changes: 86 additions & 21 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 @@ -165,7 +165,7 @@ console_error_panic_hook = "0.1.7"
console_log = "0.2.2"
const_format = "0.2.31"
core_affinity = "0.5.10"
criterion = "0.3.0"
criterion = "0.5.1"
criterion-stats = "0.3.0"
crossbeam-channel = "0.5.8"
csv = "1.2.2"
Expand Down

0 comments on commit ef318c2

Please sign in to comment.