Skip to content

Commit e1e92a9

Browse files
committed
Use criterion version "0.5" instead of "0.5.1"
1 parent 236be7a commit e1e92a9

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sprs = { version = "0.11", default-features = false }
4646

4747
thiserror = "2.0"
4848

49-
criterion = { version = "0.5.1", optional = true }
49+
criterion = { version = "0.5", optional = true }
5050

5151
[dependencies.serde_crate]
5252
package = "serde"

algorithms/linfa-clustering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ndarray-npy = { version = "0.9", default-features = false }
5454
linfa-datasets = { version = "0.7.1", path = "../../datasets", features = [
5555
"generate",
5656
] }
57-
criterion = "0.5.1"
57+
criterion = "0.5"
5858
serde_json = "1"
5959
approx = "0.5"
6060
lax = "0.17.0"

algorithms/linfa-ftrl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rand_xoshiro = "0.6.0"
3737
linfa = { version = "0.7.1", path = "../.." }
3838

3939
[dev-dependencies]
40-
criterion = "0.5.1"
40+
criterion = "0.5"
4141
approx = "0.5"
4242
linfa-datasets = { version = "0.7.1", path = "../../datasets", features = [
4343
"winequality",

algorithms/linfa-ica/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ linfa = { version = "0.7.1", path = "../.." }
3939
[dev-dependencies]
4040
ndarray-npy = { version = "0.9", default-features = false }
4141
paste = "1.0"
42-
criterion = "0.5.1"
42+
criterion = "0.5"
4343
linfa = { version = "0.7.1", path = "../..", features = ["benchmarks"] }
4444

4545
[[bench]]

algorithms/linfa-linear/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ linfa-datasets = { version = "0.7.1", path = "../../datasets", features = [
4646
"diabetes",
4747
] }
4848
approx = "0.5"
49-
criterion = "0.5.1"
49+
criterion = "0.5"
5050
statrs = "0.18"
5151
linfa = { version = "0.7.1", path = "../..", features = ["benchmarks"] }
5252

algorithms/linfa-nn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ linfa = { version = "0.7.1", path = "../.." }
3737

3838
[dev-dependencies]
3939
approx = "0.5"
40-
criterion = "0.5.1"
40+
criterion = "0.5"
4141
rand_xoshiro = "0.6"
4242
ndarray-rand = "0.15"
4343
linfa = { version = "0.7.1", path = "../..", features = ["benchmarks"] }

algorithms/linfa-pls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ linfa-datasets = { version = "0.7.1", path = "../../datasets", features = [
4242
] }
4343
approx = "0.5"
4444
rand_xoshiro = "0.6"
45-
criterion = "0.5.1"
45+
criterion = "0.5"
4646
statrs = "0.18"
4747

4848
[[bench]]

algorithms/linfa-preprocessing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ curl = "0.4.35"
5353
flate2 = "1.0.20"
5454
tar = "0.4.33"
5555
linfa = { version = "0.7.1", path = "../..", features = ["benchmarks"] }
56-
criterion = "0.5.1"
56+
criterion = "0.5"
5757
statrs = "0.18"
5858

5959
[[bench]]

algorithms/linfa-trees/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ linfa = { version = "0.7.1", path = "../.." }
3131

3232
[dev-dependencies]
3333
rand = { version = "0.8", features = ["small_rng"] }
34-
criterion = "0.5.1"
34+
criterion = "0.5"
3535
approx = "0.5"
3636
linfa-datasets = { version = "0.7.1", path = "../../datasets/", features = [
3737
"iris",

0 commit comments

Comments
 (0)