Skip to content

Commit 721ba6b

Browse files
Update criterion requirement from 0.7 to 0.8 (#64)
Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-plot-v0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Colegrove <[email protected]>
1 parent d9945f8 commit 721ba6b

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
@@ -25,7 +25,7 @@ overflow-checks = true
2525
[dev-dependencies]
2626
proptest = "1"
2727
rand = "0.9"
28-
criterion = { version = "0.7", default-features = false }
28+
criterion = { version = "0.8", default-features = false }
2929

3030
[features]
3131
unstable = []

0 commit comments

Comments
 (0)