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 591f6ce commit c4979f1Copy full SHA for c4979f1
Cargo.toml
@@ -14,4 +14,4 @@ cfg-if = "0.1.5"
14
libc = "0.2"
15
num-complex = "0.1"
16
ndarray = "0.11"
17
-pyo3 = { git = "https://github.com/kngwyu/pyo3.git", branch = "upd" }
+pyo3 = "0.4.1"
example/extensions/Cargo.toml
@@ -12,6 +12,5 @@ numpy = { path = "../.." }
12
13
[dependencies.pyo3]
-git = "https://github.com/kngwyu/pyo3.git"
-branch = "upd"
+version = "0.4.1"
features = ["extension-module"]
0 commit comments