use yaxpeax-x86 version from crates.io instead of direct git dep (#1733)
This commit is contained in:
parent
7894efe728
commit
2726a59711
@ -32,7 +32,7 @@ cc = { version = "1.0", features = ["parallel"] }
|
|||||||
yaxpeax-arm = "0.2.4"
|
yaxpeax-arm = "0.2.4"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
[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]
|
[dependencies]
|
||||||
libafl = { path = "../libafl", default-features = false, version = "0.11.1", features = [
|
libafl = { path = "../libafl", default-features = false, version = "0.11.1", features = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user