Skip to content

Commit 3b08720

Browse files
Update criterion requirement from 0.4.0 to 0.5 (#42)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71302ab commit 3b08720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ name = "bench"
3535
harness = false
3636

3737
[dev-dependencies]
38-
criterion = { version = "0.4.0", features = ["cargo_bench_support"], default-features = false }
38+
criterion = { version = "0.5", features = ["cargo_bench_support"], default-features = false }
3939
easy-parallel = "3.1.0"
4040
fastrand = "2.0.0"
4141

0 commit comments

Comments
 (0)