Skip to content

Commit 77fb832

Browse files
Update criterion requirement from 0.5 to 0.7
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fed5631 commit 77fb832

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
@@ -24,7 +24,7 @@ shlex = { version = "1.3", default-features = false }
2424
[dev-dependencies]
2525
tempfile = { version = "3", default-features = false }
2626
# todo: MSRV, bump to 0.7 when MSRV is 1.80
27-
criterion = "0.5"
27+
criterion = "0.7"
2828

2929
[features]
3030
clang-runtime = ["clang/runtime", "clang-sys/runtime"]

0 commit comments

Comments
 (0)