Skip to content

Commit f3dda7f

Browse files
Update criterion requirement from 0.7 to 0.8
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-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af03c11 commit f3dda7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ shlex = { version = "1.3", default-features = false }
2222

2323
[dev-dependencies]
2424
tempfile = { version = "3", default-features = false }
25-
criterion = "0.7"
25+
criterion = "0.8"
2626

2727
[features]
2828
clang-runtime = ["clang/runtime", "clang-sys/runtime"]

0 commit comments

Comments
 (0)