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 2efdad6 commit 799f0e9Copy full SHA for 799f0e9
html-py-ever/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["konstin <konstin@mailbox.org>"]
5
6
[dependencies]
7
kuchiki = "0.7.2"
8
-pyo3 = {path= "../../pyo3", features = ["extension-module"]}
+pyo3 = {git = "https://github.com/PyO3/pyo3", features = ["extension-module"]}
9
tendril = "0.4.0"
10
11
[lib]
0 commit comments