From 79388a4ff09fe21d31fe41a68e59a92263c2eea5 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 3 May 2020 13:38:08 -0700 Subject: bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi --- ffi/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ffi/Cargo.toml') diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 121757a..e009a38 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "yaxpeax_x86_ffi" -version = "0.0.1" +version = "0.0.2" authors = ["iximeow "] edition = "2018" [dependencies] yaxpeax-x86 = { path = "../", default-features = false } -yaxpeax-arch = { path = "../../../yaxpeax-arch", default-features = false } +yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } [lib] name = "yaxpeax_x86_ffi" @@ -16,4 +16,4 @@ crate-type = ["staticlib"] [profile.release] opt-level = 3 lto = "fat" - +panic = "abort" -- cgit v1.1