diff options
author | iximeow <me@iximeow.net> | 2021-07-22 00:31:02 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-22 00:31:02 -0700 |
commit | 4371ed02ac30cb56ec4ddbf60c87e85c183d860b (patch) | |
tree | b24673d757b41cd58966fc0e8ea472cd9b6e6fb0 /Cargo.toml | |
parent | a3c2c7486ef6830751fd0a5e2a6cb91b432f28a5 (diff) |
fix incorrect decodes with scas and 67-prefixes1.0.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "1.0.3" +version = "1.0.4" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" |