diff options
author | iximeow <me@iximeow.net> | 2020-03-23 00:53:52 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-03-23 00:53:52 -0700 |
commit | 429edb71087f6af043ada99f90d67ca1fb3c97ec (patch) | |
tree | ee070d10007c696d2c6223c8f2fe5171c0d64d01 /Cargo.toml | |
parent | 94829ff0df849d06913273d628fc579aee220a31 (diff) |
update yaxpeax-dis decoders plus x86:32 decoding
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.1.1" +version = "0.1.2" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" @@ -19,10 +19,10 @@ num-traits = "0.2.10" # common interfaces for all yaxpeax decoders yaxpeax-arch = { version = "0.0.3" } -yaxpeax-arm = { version = "0.0.2" } +yaxpeax-arm = { version = "0.0.3" } yaxpeax-mips = { version = "0.0.2" } yaxpeax-msp430 = { version = "0.0.3" } yaxpeax-pic17 = { version = "0.0.2" } yaxpeax-pic18 = { version = "0.0.2" } -yaxpeax-x86 = { version = "0.0.4" } +yaxpeax-x86 = { version = "0.0.10" } yaxpeax-m16c = { version = "0.0.2" } |