We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5751ad8 commit 51c4860Copy full SHA for 51c4860
Cargo.toml
@@ -13,4 +13,4 @@ license-file = "LICENSE"
13
libc = "0.2"
14
num-complex = "0.1"
15
ndarray = "0.11"
16
-pyo3 = "0.4.0"
+pyo3 = { git = "https://github.com/kngwyu/pyo3.git", branch = "upd" }
example/extensions/Cargo.toml
@@ -9,5 +9,9 @@ crate-type = ["cdylib"]
9
10
[dependencies]
11
numpy = { path = "../.." }
12
-pyo3 = { version = "0.4.0", features = ["extension-module"] }
+
+[dependencies.pyo3]
+git = "https://github.com/kngwyu/pyo3.git"
+branch = "upd"
17
+features = ["extension-module"]
0 commit comments