Skip to content

Commit 4891a9b

Browse files
committed
MAINT: Bump ndarray to 0.13 in parallel/ and ndarray-rand/
1 parent 86605d5 commit 4891a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ndarray-rand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Constructors for randomized arrays. `rand` integration for `ndarr
1414
keywords = ["multidimensional", "matrix", "rand", "ndarray"]
1515

1616
[dependencies]
17-
ndarray = { version = "0.12.0", path = ".." }
17+
ndarray = { version = "0.13", path = ".." }
1818
rand_distr = "0.2.1"
1919

2020
[dependencies.rand]

parallel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["data-structures", "science", "concurrency"]
1414

1515
[dependencies]
1616
rayon = { version = "1.0" }
17-
ndarray = { version = "0.12.0", path = "../" }
17+
ndarray = { version = "0.13", path = "../" }
1818

1919
[dev-dependencies]
2020
num_cpus = "1.2"

0 commit comments

Comments
 (0)