aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-10-27 00:57:33 -0700
committeriximeow <me@iximeow.net>2020-10-27 00:57:33 -0700
commit39aaebeb48c30b96b4ff8b66663a1452e2571426 (patch)
tree6d87158a84ab9e9865bdb86a2ab27290cdb94436 /Cargo.toml
parentfb9ead64e6c7d96c02627b01b6a85921e2d8f7a4 (diff)
fix misdecode of instructions in opcode 0x800.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10f0962..c6da196 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yaxpeax-x86"
-version = "0.1.2"
+version = "0.1.3"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-x86/"