We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2edf1f3 + b69e6b0 commit d4265e1Copy full SHA for d4265e1
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "numpy"
3
-version = "0.9.0"
+version = "0.10.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]
5
description = "Rust binding of NumPy C-API"
6
documentation = "https://rust-numpy.github.io/rust-numpy/numpy"
README.md
@@ -58,7 +58,7 @@ name = "numpy-test"
58
59
[dependencies]
60
pyo3 = "0.11.1"
61
-numpy = "0.9.0"
+numpy = "0.10.0"
62
```
63
64
```rust
@@ -100,11 +100,11 @@ name = "rust_ext"
100
crate-type = ["cdylib"]
101
102
103
104
ndarray = "0.13"
105
106
[dependencies.pyo3]
107
-version = "0.9.0-alpha.1"
108
features = ["extension-module"]
109
110
0 commit comments