diff options
Diffstat (limited to 'ffi')
| -rw-r--r-- | ffi/Cargo.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index ff1a4c0..121757a 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -5,8 +5,8 @@ authors = ["iximeow <me@iximeow.net>"]  edition = "2018"  [dependencies] -yaxpeax-x86 = { path = "../" } -yaxpeax-arch = { path = "../../../yaxpeax-arch" } +yaxpeax-x86 = { path = "../", default-features = false } +yaxpeax-arch = { path = "../../../yaxpeax-arch", default-features = false }  [lib]  name = "yaxpeax_x86_ffi" | 
