Skip to content

Commit fa47ffc

Browse files
committed
chore: bump criterion
1 parent 79ecdb7 commit fa47ffc

File tree

2 files changed

+44
-60
lines changed

2 files changed

+44
-60
lines changed

Cargo.lock

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

crates/criterion_compat/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repository = "https://github.com/CodSpeedHQ/codspeed-rust/tree/main/crates/crite
1010
homepage = "https://codspeed.io"
1111
license = "MIT OR Apache-2.0"
1212
categories = [
13-
"development-tools",
14-
"development-tools::profiling",
15-
"development-tools::testing",
13+
"development-tools",
14+
"development-tools::profiling",
15+
"development-tools::testing",
1616
]
1717
keywords = ["codspeed", "benchmark", "criterion"]
1818
[dependencies]
19-
criterion = "0.4"
19+
criterion = "0.5.1"
2020
codspeed = { path = "../codspeed", version = "1.0.0" }
2121
colored = "2.0.0"
2222

@@ -31,9 +31,9 @@ async-std = { version = "1.9", optional = true }
3131
async = ["futures", "criterion/async"]
3232

3333
async_futures = ["criterion/async_futures", "futures/executor", "async"]
34-
async_smol = ["criterion/async_smol", "smol", "async"]
35-
async_tokio = ["criterion/async_tokio", "tokio", "async"]
36-
async_std = ["criterion/async_std", "async-std", "async"]
34+
async_smol = ["criterion/async_smol", "smol", "async"]
35+
async_tokio = ["criterion/async_tokio", "tokio", "async"]
36+
async_std = ["criterion/async_std", "async-std", "async"]
3737

3838

3939
[[bench]]

0 commit comments

Comments
 (0)