Update qemu (#835)

This commit is contained in:
Andrea Fioraldi 2022-10-13 21:16:07 +02:00 committed by GitHub
parent bb3d6b3688
commit fbff363842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ use which::which;
const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
const QEMU_REVISION: &str = "ebda58f3e94a82f769890814339295b467f16680";
const QEMU_REVISION: &str = "7dfe8278546b94ae3d18517cfd97bc20c717ed66";
fn build_dep_check(tools: &[&str]) {
for tool in tools {