Skip to content

Commit c5a2bb5

Browse files
committed
abi3
1 parent faaeaaa commit c5a2bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", branch = "
2020
log = "0.4"
2121
nix = { version = "0.29", features = ["signal"] }
2222
env_logger = { version = "0.11", optional = true }
23-
pyo3 = { version = "0.24.0", features = ["extension-module"], optional = true }
23+
pyo3 = { version = "0.24.0", features = ["extension-module", "abi3-py38"], optional = true }
2424
pyo3-log = { version = "0.12.2", optional = true }
2525

2626
[features]

0 commit comments

Comments
 (0)