diff --git a/libafl_qemu/Cargo.toml b/libafl_qemu/Cargo.toml index 745fe43556..7e97a09ef0 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -33,7 +33,7 @@ slirp = [ "systemmode", "libafl_qemu_sys/slirp" ] # build qemu with host libslir clippy = [] # special feature for clippy, don't use in normal projects§ [dependencies] -libafl = { path = "../libafl", version = "0.9.0", default-features = false, features = ["std", "derive", "llmp_compression"] } +libafl = { path = "../libafl", version = "0.9.0", default-features = false, features = ["std", "derive", "regex"] } libafl_targets = { path = "../libafl_targets", version = "0.9.0" } libafl_qemu_sys = { path = "./libafl_qemu_sys", version = "0.9.0" }