Skip to content

Commit 0e5f3b6

Browse files
committed
Auto merge of #12338 - ehuss:update-criterion, r=weihanglo
Update criterion This updates the criterion dependency to the latest version. There aren't huge changes since 0.3.6, but there are some small changes such as slightly different console output, new flags, etc. The full changelog is at: https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md
2 parents c40a69d + 119fede commit 0e5f3b6

File tree

2 files changed

+40
-58
lines changed

2 files changed

+40
-58
lines changed

Cargo.lock

Lines changed: 39 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cargo_metadata = "0.14.0"
2424
clap = "4.2.0"
2525
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
2626
crates-io = { version = "0.36.1", path = "crates/crates-io" }
27-
criterion = { version = "0.3.5", features = ["html_reports"] }
27+
criterion = { version = "0.5.1", features = ["html_reports"] }
2828
curl = "0.4.44"
2929
curl-sys = "0.4.63"
3030
env_logger = "0.10.0"

0 commit comments

Comments
 (0)