Skip to content

Commit e445f0d

Browse files
Update criterion requirement from 0.3 to 0.4 (#150)
* Update criterion requirement from 0.3 to 0.4 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.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix criterion Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
1 parent 4d5f64c commit e445f0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ itertools = "0.10.3"
3333
getrandom = { version = "0.2", features = ["js"] }
3434

3535
[dev-dependencies]
36-
criterion = "0.3"
36+
smartcore = { path = ".", features = ["fp_bench"] }
37+
criterion = { version = "0.4", default-features = false }
3738
serde_json = "1.0"
3839
bincode = "1.3.1"
3940

@@ -52,4 +53,4 @@ required-features = ["ndarray-bindings", "nalgebra-bindings"]
5253
[[bench]]
5354
name = "fastpair"
5455
harness = false
55-
required-features = ["fp_bench"]
56+
required-features = ["fp_bench"]

0 commit comments

Comments
 (0)