Skip to content

Commit c1123c3

Browse files
Update criterion requirement from 0.5.0 to 0.7.0
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 83f21a8 commit c1123c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rstar-benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.1.1"
55
authors = ["Stefan Altmayer <[email protected]>", "The Georust Developers <[email protected]>"]
66

77
[dev-dependencies]
8-
criterion = { version = "0.5.0", features = ["html_reports"] }
8+
criterion = { version = "0.7.0", features = ["html_reports"] }
99
geo-types = { version = "0.7.9", features = ["use-rstar_0_12"] }
1010
rand = "0.8"
1111
rand_hc = "0.3"

0 commit comments

Comments
 (0)