We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaeaaa commit c5a2bb5Copy full SHA for c5a2bb5
Cargo.toml
@@ -20,7 +20,7 @@ unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", branch = "
20
log = "0.4"
21
nix = { version = "0.29", features = ["signal"] }
22
env_logger = { version = "0.11", optional = true }
23
-pyo3 = { version = "0.24.0", features = ["extension-module"], optional = true }
+pyo3 = { version = "0.24.0", features = ["extension-module", "abi3-py38"], optional = true }
24
pyo3-log = { version = "0.12.2", optional = true }
25
26
[features]
0 commit comments