Skip to content

Commit b596dcd

Browse files
committed
update hash
1 parent d15c33e commit b596dcd

File tree

1 file changed

+1
-1
lines changed
  • crates/libafl_qemu/libafl_qemu_build/src

1 file changed

+1
-1
lines changed

crates/libafl_qemu/libafl_qemu_build/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::cargo_add_rpath;
1111

1212
pub const LIBAFL_QEMU_GIT_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
1313
pub const LIBAFL_QEMU_DIRNAME: &str = "qemu-libafl-bridge";
14-
pub const LIBAFL_QEMU_GIT_REV: &str = "0bea78a122b249cbffafdb130af04cc7331c9aee";
14+
pub const LIBAFL_QEMU_GIT_REV: &str = "f4f85db0e69df08b5dce208a8d4c58cfe68f1a80";
1515

1616
pub struct BuildResult {
1717
pub qemu_path: PathBuf,

0 commit comments

Comments
 (0)