From 429edb71087f6af043ada99f90d67ca1fb3c97ec Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 23 Mar 2020 00:53:52 -0700 Subject: update yaxpeax-dis decoders plus x86:32 decoding --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2a745f2..24fb857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.1.1" +version = "0.1.2" authors = ["iximeow "] 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" } -- cgit v1.1