Skip to content

Commit 3cc31c2

Browse files
Fix windows
1 parent 268856b commit 3cc31c2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rustpython-vm = { workspace = true, features = ["threading"] }
1616
rustpython-stdlib = {workspace = true, features = ["threading"] }
1717

1818
[dev-dependencies]
19-
pyo3 = { version = "0.28", features = ["auto-initialize", "abi3"] }
19+
pyo3 = { version = "0.28", features = ["auto-initialize", "abi3", "generate-import-lib"] }
2020

2121
[lints]
2222
workspace = true

0 commit comments

Comments
 (0)