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 /Cargo.toml | |
parent | a68d0b05cc05ec4a390fa25a6dd199d189cd1e38 (diff) |
bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ description = "x86 decoders for the yaxpeax project" readme = "README.md" [dependencies] -yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } "num-traits" = { version = "0.2", default-features = false } "termion" = { version = "1.4.0", optional = true } "serde" = { version = "1.0", optional = true } |