aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-22 00:33:26 -0700
committeriximeow <me@iximeow.net>2021-07-22 00:33:26 -0700
commitb9f2d5715a52cbf49bc2eac7b2f40bec7e2acba8 (patch)
tree7b1fb71fd063e99febe461b303d72da2f47ffeb9
parent0274e01d2cbf154b1732979bddd256f536054c0f (diff)
bump yaxpeax-x86 to include fixes for some real-mode decode errors0.2.9
-rw-r--r--CHANGELOG4
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml4
3 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0ef3448..e52f9b4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+## 0.2.9
+
+* bump yaxpeax-x86 to include fixes for a few decode errors primarily impacting 16-bit modes
+
## 0.2.8
* link to the right cratesio badge...
diff --git a/Cargo.lock b/Cargo.lock
index a420589..fdbb538 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -486,7 +486,7 @@ dependencies = [
[[package]]
name = "yaxpeax-dis"
-version = "0.2.8"
+version = "0.2.9"
dependencies = [
"clap",
"hex",
@@ -586,9 +586,9 @@ dependencies = [
[[package]]
name = "yaxpeax-x86"
-version = "1.0.3"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a5a648df71c546b9d2a665fcffff2204caf24f39cb7f5b6952811cc2a869feac"
+checksum = "dcf1fb167a86a30c9592ade2140efe3b396a42a4a429d4b98521b2e2b0ad6fcd"
dependencies = [
"num-traits",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index fa5075c..1751d14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yaxpeax-dis"
-version = "0.2.8"
+version = "0.2.9"
authors = ["iximeow <me@iximeow.net>"]
license = "0BSD"
edition = "2018"
@@ -30,7 +30,7 @@ yaxpeax-msp430 = { version = "0.1.0" }
yaxpeax-lc87 = { version = "1.0.0" }
yaxpeax-pic17 = { version = "0.1.0" }
yaxpeax-pic18 = { version = "0.1.0" }
-yaxpeax-x86 = { version = "1.0.3" }
+yaxpeax-x86 = { version = "1.0.4" }
yaxpeax-ia64 = { version = "0.2.1" }
yaxpeax-superh = { version = "0.1.0" }
yaxpeax-6502 = { version = "0.0.1" }