Browse Source

Update criterion requirement from =0.3.2 to =0.3.3 in /boa (#678)

* Update criterion requirement from =0.3.2 to =0.3.3 in /boa

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](https://github.com/bheisler/criterion.rs/compare/0.3.2...0.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

* Removed specific criterion version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Halid Odat <halidodat@gmail.com>
pull/680/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
3850625173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa/Cargo.toml

2
boa/Cargo.toml

@ -33,7 +33,7 @@ measureme = { version = "0.7.1", optional = true }
once_cell = { version = "1.4.1", optional = true }
[dev-dependencies]
criterion = "=0.3.2"
criterion = "0.3.3"
float-cmp = "0.8.0"
[target.x86_64-unknown-linux-gnu.dev-dependencies]

Loading…
Cancel
Save