Fix windows build
This commit is contained in:
parent
c5c8fac69b
commit
60aeb9e3eb
2 changed files with 33 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue