Skip to content

Commit 0806645

Browse files
dependabot-preview[bot]gnzlbg
authored andcommitted
Update criterion requirement from 0.2 to 0.3 in /micro_benchmarks
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.2.0...0.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 48a4d4b commit 0806645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro_benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
[dev-dependencies]
99
packed_simd = { path = ".." }
1010
paste = "0.1.3"
11-
criterion = "0.2"
11+
criterion = "0.3"
1212

1313
[profile.bench]
1414
opt-level = 3

0 commit comments

Comments
 (0)