Skip to content

Commit 8999c9d

Browse files
committed
Update ndarray to 0.11
1 parent d0fe691 commit 8999c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ license-file = "LICENSE"
1212
[dependencies]
1313
libc = "0.2"
1414
num-complex = "0.1"
15-
ndarray = "0.10"
15+
ndarray = "0.11"
1616
pyo3 = "0.3.1"

example/extensions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
numpy = { path = "../.." }
12-
ndarray = "0.10"
12+
ndarray = "0.11"
1313
pyo3 = "0.3.1"

0 commit comments

Comments
 (0)