Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
⬆️ Update criterion requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
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] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 26, 2019
1 parent 5c975e0 commit d54678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test-generator = "0.3"
insta = "0.10"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
criterion = "0.2"
criterion = "0.3"

[features]
default = [ "test-snapshot", "serde-support", "url-support" ]
Expand Down

0 comments on commit d54678f

Please sign in to comment.