Skip to content

Commit 40f97cf

Browse files
committed
Bump blas-src to 0.10
1 parent c2a0afb commit 40f97cf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

xtest-blas/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "blas-tests"
33
version = "0.1.0"
44
authors = ["bluss"]
55
publish = false
6+
edition = "2018"
67

78
[lib]
89
test = false
@@ -16,7 +17,7 @@ num-complex = { version = "0.4", default-features = false }
1617
[dependencies]
1718
ndarray = { path = "..", features = ["approx", "blas"] }
1819

19-
blas-src = { version = "0.8", optional = true }
20+
blas-src = { version = "0.10", optional = true }
2021

2122
openblas-src = { version = "0.10", optional = true }
2223
netlib-src = { version = "0.8", optional = true }

xtest-numeric/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ndarray = { path = "..", features = ["approx"] }
1111
ndarray-rand = { path = "../ndarray-rand" }
1212
rand_distr = "0.4"
1313

14-
blas-src = { optional = true, version = "0.8", default-features = false, features = ["openblas"] }
14+
blas-src = { optional = true, version = "0.10", default-features = false, features = ["openblas"] }
1515
openblas-src = { optional = true, version = "0.10", default-features = false, features = ["cblas", "system"] }
1616

1717
[dependencies.rand]

xtest-serialization/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "serialization-tests"
33
version = "0.1.0"
44
authors = ["bluss"]
55
publish = false
6+
edition = "2018"
67

78
[lib]
89
test = false

0 commit comments

Comments
 (0)