Skip to content

Commit 93af7ef

Browse files
dependabot-preview[bot]gnzlbg
authored andcommitted
Update criterion requirement from ^0.2 to ^0.3 in /examples
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 22806e2 commit 93af7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aobench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ispc = { version = "^1.0.4", optional = true }
2727
ispc = { version = "^1.0.4", optional = true }
2828

2929
[dev-dependencies]
30-
criterion = { version = '^0.2', features=['real_blackbox'] }
30+
criterion = { version = '^0.3', features=['real_blackbox'] }
3131

3232
[features]
3333
default = [ "256bit" ]

0 commit comments

Comments
 (0)