Skip to content

Commit 91fab93

Browse files
committed
Upgrade to ndarray 0.8
1 parent 34a7258 commit 91fab93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-linalg"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

66
description = "Linear algebra package for rust-ndarray using LAPACK"
@@ -15,9 +15,9 @@ blas = "0.15"
1515
num-traits = "0.1.36"
1616

1717
[dependencies.ndarray]
18-
version = "0.7.3"
18+
version = "0.8"
1919
features = ["blas"]
2020

2121
[dev-dependencies]
22-
ndarray-rand = "0.3"
23-
ndarray-numtest = "0.1.4"
22+
ndarray-rand = "0.4"
23+
ndarray-numtest = "0.2"

0 commit comments

Comments
 (0)