Bump PyO3 version

This commit is contained in:
Wilson Lin 2021-01-06 16:01:24 +11:00
commit d72e83a3c6

View file

@ -17,5 +17,5 @@ crate-type = ["cdylib"]
[dependencies]
minify-html = { path = "..", features = ["js-esbuild"] }
[dependencies.pyo3]
version = "0.11.1"
version = "0.13.0"
features = ["extension-module"]