diff options
author | iximeow <me@iximeow.net> | 2020-05-03 13:38:08 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-05-03 13:38:08 -0700 |
commit | 79388a4ff09fe21d31fe41a68e59a92263c2eea5 (patch) | |
tree | e618817ad8ae68ddb34239140a3a85029b6d259c /ffi/Cargo.toml | |
parent | a68d0b05cc05ec4a390fa25a6dd199d189cd1e38 (diff) |
bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi
Diffstat (limited to 'ffi/Cargo.toml')
-rw-r--r-- | ffi/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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 <me@iximeow.net>"] 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" |