diff options
author | iximeow <me@iximeow.net> | 2021-01-15 19:17:58 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-01-15 19:17:58 -0800 |
commit | 7449ed6557be573e1b85006b1ab2e9bf0c45d8b8 (patch) | |
tree | c79e82b291fc3a65556d3e4045714e23dba09d20 /Cargo.toml | |
parent | 9523d4408ad1dc8f5658ed27c772ae68c829d792 (diff) |
update yaxpeax-x86 and -ia64
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,6 +28,6 @@ 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.2" } -yaxpeax-ia64 = { version = "0.1.1" } +yaxpeax-x86 = { version = "0.1.5" } +yaxpeax-ia64 = { version = "0.1.3" } yaxpeax-superh = { version = "0.1.0" } |