Skip to content

Commit 1f2ace9

Browse files
committed
pin unicorn
1 parent 4823fa4 commit 1f2ace9

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", branch = "dev" }
28+
unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", rev = "cbdd00046af48c87d752d81cb57e4f9942dbb957" }
2929
log = "0.4"
3030
nix = { version = "0.30", features = ["signal"] }
3131
env_logger = { version = "0.11", optional = true }

0 commit comments

Comments
 (0)