diff options
author | iximeow <me@iximeow.net> | 2020-10-12 00:57:45 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-10-12 00:57:45 -0700 |
commit | 06aa925affdaf9b4fbbb8ba68ec4530e662a25e7 (patch) | |
tree | 69f38ab937d75cf3cacf2aa3a3f6f6c0641d77ac /Cargo.toml | |
parent | 2c29f911b43923c2b370c53f8b089053d144cbe8 (diff) |
add ia640.2.2
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" } |