Skip to content

Commit 935dbb0

Browse files
committed
Fix
1 parent ec3f295 commit 935dbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libafl = "0.15.3"
1616
libafl_bolts = "0.15.3"
1717

1818
serde = { version = "1.0", features = ["derive"] }
19-
unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", branch = "dev", optional = true}
19+
unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", branch = "dev" }
2020
log = "0.4"
2121
nix = { version = "0.29", features = ["signal"] }
2222
env_logger = { version = "0.11", optional = true }
@@ -27,7 +27,7 @@ pyo3 = { version = "0.24.0", features = [
2727
pyo3-log = { version = "0.12.2", optional = true }
2828

2929
[features]
30-
default = ["unicorn-engine"]
30+
default = []
3131
bindings = ["pyo3", "pyo3-log", "env_logger"]
3232

3333
[lib]

0 commit comments

Comments
 (0)