Skip to content

Commit 269b2cf

Browse files
committed
use new bindings
1 parent 6da4c53 commit 269b2cf

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
@@ -25,7 +25,7 @@ libafl_bolts = { git = "https://github.com/AFLplusplus/LibAFL", rev = "c604d2dac
2525
# libafl_bolts = {path = "../LibAFL/libafl_bolts"}
2626

2727
serde = { version = "1.0", features = ["derive"] }
28-
unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", rev = "3d2febe82da9fa040625f0426d920c5d8aab9f89" }
28+
unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn-engine-rs", rev = "6eec7d8b78ff7542101212eb734d87f317cc2930" }
2929
log = "0.4"
3030
nix = { version = "0.30", features = ["signal"] }
3131
env_logger = { version = "0.11", optional = true }

0 commit comments

Comments
 (0)