aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-10-12 00:57:45 -0700
committeriximeow <me@iximeow.net>2020-10-12 00:57:45 -0700
commit06aa925affdaf9b4fbbb8ba68ec4530e662a25e7 (patch)
tree69f38ab937d75cf3cacf2aa3a3f6f6c0641d77ac /Cargo.toml
parent2c29f911b43923c2b370c53f8b089053d144cbe8 (diff)
add ia640.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae251e4..4552fc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }