diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.1" +version = "0.2.2" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" @@ -28,4 +28,5 @@ yaxpeax-mips = { version = "0.0.3" } yaxpeax-msp430 = { version = "0.0.5" } yaxpeax-pic17 = { version = "0.0.3" } yaxpeax-pic18 = { version = "0.0.3" } -yaxpeax-x86 = { version = "0.1.0" } +yaxpeax-x86 = { version = "0.1.2" } +yaxpeax-ia64 = { version = "0.1.1" } |