diff options
author | iximeow <me@iximeow.net> | 2021-07-22 00:33:26 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-22 00:33:26 -0700 |
commit | b9f2d5715a52cbf49bc2eac7b2f40bec7e2acba8 (patch) | |
tree | 7b1fb71fd063e99febe461b303d72da2f47ffeb9 /Cargo.toml | |
parent | 0274e01d2cbf154b1732979bddd256f536054c0f (diff) |
bump yaxpeax-x86 to include fixes for some real-mode decode errors0.2.9
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" } |