use yaxpeax-x86 version from crates.io instead of direct git dep (#1733)

This commit is contained in:
iximeow 2023-12-16 22:54:12 -08:00 committed by GitHub
parent 7894efe728
commit 2726a59711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [