Fix windows build

This commit is contained in:
Andras Schmelczer 2026-05-31 22:31:18 +01:00
parent c5c8fac69b
commit 60aeb9e3eb
2 changed files with 33 additions and 1 deletions

View file

@ -13,4 +13,4 @@ crate-type = ["cdylib"]
[dependencies]
reconcile-text = { path = ".." }
pyo3 = { version = "0.28.3", features = ["extension-module", "abi3-py39"] }
pyo3 = { version = "0.28.2", features = ["extension-module", "abi3-py39", "generate-import-lib"] }