Skip to content

Commit 53efc58

Browse files
author
Michael Rodler
committed
bump libAFL again
1 parent 70f38a3 commit 53efc58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cargo-libafl/cargo-libafl-runtime/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ edition = "2021"
1313
[workspace]
1414

1515
[dependencies]
16-
libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "8ff8ae41f1ed2956bb1e906c5c7bd0505ca110c0" }
17-
libafl_targets = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "8ff8ae41f1ed2956bb1e906c5c7bd0505ca110c0", features = ["sancov_8bit", "sancov_pcguard",
18-
"sancov_cmplog", "pointer_maps"] }
16+
libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "721c02c" }
17+
libafl_targets = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "721c02c", features = ["sancov_8bit", "sancov_pcguard", "sancov_cmplog", "pointer_maps"] }
1918

2019
mimalloc = { version = "*", default-features = false }
2120
portpicker = "0.1.1"

0 commit comments

Comments
 (0)