Skip to content

Commit 37a13f2

Browse files
committed
update dep
1 parent 47aece0 commit 37a13f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ rust-version = "1.87"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
# Unreleased 0.15.3
910
libafl_targets = { git = "https://github.com/AFLplusplus/LibAFL", features = [
10-
"pointer_maps", "forkserver", "cmplog", "cmplog_extended_instrumentation"] }
11-
libafl = { git = "https://github.com/AFLplusplus/LibAFL" }
12-
libafl_bolts = { git = "https://github.com/AFLplusplus/LibAFL" }
11+
"pointer_maps", "forkserver", "cmplog", "cmplog_extended_instrumentation"], rev = "d5ecf7304dbd377df94d08aed658199eed2956af"}
12+
libafl = { git = "https://github.com/AFLplusplus/LibAFL", rev = "d5ecf7304dbd377df94d08aed658199eed2956af"}
13+
libafl_bolts = { git = "https://github.com/AFLplusplus/LibAFL", rev = "d5ecf7304dbd377df94d08aed658199eed2956af"}
1314

1415
serde ={ version = "1.0", features = ["derive"] }
1516
unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", branch = "dev"}

0 commit comments

Comments
 (0)