Skip to content

Commit a1e0d22

Browse files
committed
Pin LibAFL to 0.13.1 via repo tag
Using cargo's versioning will result in libafl_qemu_{sys,build} version 0.13.2 being used which obviously won't work.
1 parent 8d898b5 commit a1e0d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ qemu_arm = ["qemu", "libafl_qemu/arm", "dep:libafl_qemu"]
1616

1717
[dependencies]
1818
clap = { version = "4.3.0", features = ["derive", "string"] }
19-
libafl = "=0.13.1"
20-
libafl_bolts = "=0.13.1"
21-
libafl_qemu = { version = "=0.13.1", features = ["usermode"], optional = true }
19+
libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", tag = "0.13.1" }
20+
libafl_bolts = { git = "https://github.com/AFLplusplus/LibAFL.git", tag = "0.13.1" }
21+
libafl_qemu = { git = "https://github.com/AFLplusplus/LibAFL.git", tag = "0.13.1", features = ["usermode"], optional = true }
2222
libc = "0.2.155"
2323
serde = "1.0.200"
2424

0 commit comments

Comments
 (0)