Fix Python workflow

This commit is contained in:
Wilson Lin 2021-08-08 18:37:04 +10:00
commit 0918aa8346
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ name = "minify_html_core"
crate-type = ["cdylib"]
[dependencies]
minify-html = { path = "..", features = [] }
minify-html = { path = "../rust/main", features = [] }
[dependencies.pyo3]
version = "0.13.0"
features = ["extension-module"]

View file

@ -15,7 +15,7 @@ name = "minify_html"
crate-type = ["cdylib"]
[dependencies]
minify-html = { path = "..", features = ["js-esbuild"] }
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
[dependencies.pyo3]
version = "0.13.0"
features = ["extension-module"]