Skip to content

Commit 9ef193b

Browse files
committed
fix: pin lax to =0.17.0 in linfa-clustering
1 parent b018fdb commit 9ef193b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/linfa-clustering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ linfa-datasets = { version = "0.8.0", path = "../../datasets", features = [
5656
criterion = "0.5"
5757
serde_json = "1"
5858
approx = "0.5"
59-
lax = "0.17.0"
59+
lax = "=0.17.0"
6060
linfa = { version = "0.8.0", path = "../..", features = ["benchmarks"] }
6161

6262
[[bench]]

0 commit comments

Comments
 (0)