Skip to content

Commit cba5bda

Browse files
committed
Fix versions of dependencies
1 parent 39da607 commit cba5bda

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Cargo.toml

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

66
description = "Linear algebra package for rust-ndarray using LAPACK"
@@ -10,14 +10,13 @@ keywords = ["ndarray", "lapack", "matrix"]
1010
license = "MIT"
1111

1212
[dependencies]
13-
lapack = "^0.11"
14-
num-traits = "^0.1"
13+
lapack = "0.11.1"
14+
num-traits = "0.1.36"
1515

1616
[dependencies.ndarray]
17-
version = "^0.6.8"
17+
version = "0.6.9"
1818
features = ["blas"]
1919

2020
[dev-dependencies]
21-
rand = "^0.3"
22-
ndarray-rand = "^0.2"
23-
21+
rand = "0.3.14"
22+
ndarray-rand = "0.2.0"

0 commit comments

Comments
 (0)