From 4323ccb73a1afa47c11fd9774ead1d323064d06e Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 13 Aug 2020 00:24:41 -0700 Subject: bump yaxpeax-x86 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 41141c5..ae251e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "yaxpeax-dis" -version = "0.2.0" +version = "0.2.1" authors = ["iximeow "] license = "0BSD" edition = "2018" keywords = ["disassembly", "disassembler"] -respository = "https://git.iximeow.net/yaxpeax-dis/" +repository = "https://git.iximeow.net/yaxpeax-dis/" description = "disassembly tool using yaxpeax instruction decoders" readme = "README.md" @@ -28,4 +28,4 @@ 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.0.11" } +yaxpeax-x86 = { version = "0.1.0" } -- cgit v1.1