From 7449ed6557be573e1b85006b1ab2e9bf0c45d8b8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 15 Jan 2021 19:17:58 -0800 Subject: update yaxpeax-x86 and -ia64 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d68d4d..7ec61ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "yaxpeax-ia64" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7217bde169dd630a6a36ba6d39771b3e62ceabc0cbd33330728c95ed94b2691" +checksum = "c30aa31831bd95d03a6c0f03b3f24a4beba1ec577be36da789df9b5ad3cb828a" dependencies = [ "bitvec", "yaxpeax-arch", @@ -418,9 +418,9 @@ dependencies = [ [[package]] name = "yaxpeax-x86" -version = "0.1.2" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1421f17039bf6032da3243c2e3f3b8d739da14058ac62ab3c668274fa6140eba" +checksum = "84e59dbce1199c094a26c5eac53124375851ca5023e1227b0fa4447fc2508af7" dependencies = [ "num-traits", "serde", diff --git a/Cargo.toml b/Cargo.toml index 692655e..77c1256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.1