From 2726a597110e2856b207d6ddebbd4f0f4cf8dc7c Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 16 Dec 2023 22:54:12 -0800 Subject: [PATCH] use yaxpeax-x86 version from crates.io instead of direct git dep (#1733) --- libafl_frida/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index 57bb06e05c..eb76f7e609 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -32,7 +32,7 @@ cc = { version = "1.0", features = ["parallel"] } yaxpeax-arm = "0.2.4" [target.'cfg(target_arch = "x86_64")'.dependencies] -yaxpeax-x86 = { git = "https://github.com/iximeow/yaxpeax-x86/", rev = "85668b2" } # replace this with origin later +yaxpeax-x86 = "1.2.2" [dependencies] libafl = { path = "../libafl", default-features = false, version = "0.11.1", features = [