Skip to content

Commit 2dfab1a

Browse files
Update lax requirement from 0.17.0 to 0.18.0
Updates the requirements on [lax](https://github.com/rust-ndarray/ndarray-linalg) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray-linalg/releases) - [Commits](rust-ndarray/ndarray-linalg@lax-v0.17.0...ndarray-linalg-v0.18.0) --- updated-dependencies: - dependency-name: lax dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91cbc5e commit 2dfab1a

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.18.0"
6060
linfa = { version = "0.8.0", path = "../..", features = ["benchmarks"] }
6161

6262
[[bench]]

0 commit comments

Comments
 (0)