Skip to content

Commit 799f0e9

Browse files
committed
Fix pyo3 location
1 parent 2efdad6 commit 799f0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-py-ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["konstin <konstin@mailbox.org>"]
55

66
[dependencies]
77
kuchiki = "0.7.2"
8-
pyo3 = {path= "../../pyo3", features = ["extension-module"]}
8+
pyo3 = {git = "https://github.com/PyO3/pyo3", features = ["extension-module"]}
99
tendril = "0.4.0"
1010

1111
[lib]

0 commit comments

Comments
 (0)