From 076d2fa68216533b54a3c514433226b6ac77b50d Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 6 Feb 2020 00:09:27 -0800 Subject: bump yaxpeax-arch version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd4b440..48ad782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "yaxpeax-x86" -version = "0.0.3" +version = "0.0.4" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" description = "x86 decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] } "num-traits" = { version = "0.2", default-features = false } "termion" = { version = "1.4.0", optional = true } "serde" = { version = "1.0", optional = true } -- cgit v1.1