diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index 36c6679160..0ff023cdae 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -19,7 +19,7 @@ cmplog = [] cc = { version = "1.0", features = ["parallel"] } [dependencies] -libafl = { path = "../libafl", version = "0.8.2", features = ["std", "libafl_derive", "frida_cli"] } +libafl = { path = "../libafl", default-features = false, version = "0.8.2", features = ["std", "libafl_derive", "frida_cli"] } libafl_targets = { path = "../libafl_targets", version = "0.8.2", features = ["std", "sancov_cmplog"] } nix = "0.25"