aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86a021d..4b6d99c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,4 @@ crate-type = ["cdylib"]
[dependencies]
printpdf = "0.7.0"
-pyo3 = "0.19.0"
+pyo3 = { version = "0.19.2", features = ["abi3-py39"] } \ No newline at end of file